You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal:
Filter fuzzy(Imprecise) queries by tag or field.
Current behavior:
Finding that there is no imprecise filtering query method or regular expression filtering method, I tried using custom but he doesn't work as expected.
error: com.influxdb.exceptions.InternalServerErrorException: HTTP status code: 500; Message: type error 3:88-3:109: string != regexp
Desired behavior:
Imprecise filter query method or regular expression filter method, custom filter regular expression is normal
Alternatives considered:
Restrictions.custom() In the tank regular expression
Use case:
Regular expressions (regular expressions) are very powerful when matching patterns in large data collections, and they can effectively filter the amount of data.
The text was updated successfully, but these errors were encountered:
isMrZhang
changed the title
How to use Flux to filter through fuzzy(Imprecise) queries(regular expression)?
How to use Flux(v6.9.0) to filter through fuzzy(Imprecise) queries(regular expression)?
Jul 14, 2023
Proposal:
Filter fuzzy(Imprecise) queries by tag or field.
Current behavior:
Finding that there is no imprecise filtering query method or regular expression filtering method, I tried using custom but he doesn't work as expected.
anticipate:
actual:
error:
com.influxdb.exceptions.InternalServerErrorException: HTTP status code: 500; Message: type error 3:88-3:109: string != regexp
Desired behavior:
Imprecise filter query method or regular expression filter method, custom filter regular expression is normal
Alternatives considered:
Restrictions.custom() In the tank regular expression
Use case:
Regular expressions (regular expressions) are very powerful when matching patterns in large data collections, and they can effectively filter the amount of data.
The text was updated successfully, but these errors were encountered: