NOT LIKE Operator for Filters or something similar #619
Closed
kemp12322
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment
-
Hello @kemp12322 👋 We plan to explore a Please, follow that discussion if you want to be updated about it. |
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
-
Since we already have a NOT operator, is it possible to add a NOT LIKE operator or something similar?
I have a search functionality that I need to implement.
It has a functionality to get all items that does not contain a dynamic keyword.
Is there a way to implement this in our latest version?
if not maybe we can look at implementing something like this:
so basically this gets all the movies that does not contain "Batman".
lets say we have this array
The result would only return:
What do you guys think?
Beta Was this translation helpful? Give feedback.
All reactions