Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for new string operator for 'not like' #243

Open
MurrayFurtado opened this issue Feb 17, 2020 · 2 comments
Open

Request for new string operator for 'not like' #243

MurrayFurtado opened this issue Feb 17, 2020 · 2 comments

Comments

@MurrayFurtado
Copy link

Is it possible to add this for queries such as not like 'USD%'

Thanks

@igdianov
Copy link
Collaborator

@MurrayFurtado Do you have any suggestions how this should work?

For example, this could be expressed with something like this:

{NOT: {LIKE: 'USD%'}}

or

{NOT_LIKE: 'USD%'}

@MurrayFurtado
Copy link
Author

I think the first option is the most flexible, then the NOT operator can be combined with other operators too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants