How to filter on multiple conditions containing wildcards? #16
Answered
by
kannibalox
BristleBeard
asked this question in
Q&A
-
This may be a simple issue of syntax, but how would I achieve a filter on something like: I have tried several ways but no success so far. |
Beta Was this translation helpful? Give feedback.
Answered by
kannibalox
Oct 18, 2022
Replies: 1 comment
-
The easiest way right now is to convert it to a regex:
There were some bugs with regards to prefiltering that I just fixed up, so if you had tried it earlier with fast querying enabled it might have behaved weirdly. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BristleBeard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The easiest way right now is to convert it to a regex:
There were some bugs with regards to prefiltering that I just fixed up, so if you had tried it earlier with fast querying enabled it might have behaved weirdly.