Search into a text field with like operator #38
Unanswered
apolopistache
asked this question in
Q&A
Replies: 1 comment
-
First of all, no spaces in operator, i.e. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for a way to search into a string field with a "like" operator or something like that.
Can you give a sample on how to do that or a sample with regular expressions.
I tried the ~ = operator without any success
lines.[name~ ="Mercha"]
Thanks you
Beta Was this translation helpful? Give feedback.
All reactions