Skip to content

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

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

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

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

MurrayFurtado opened this issue Feb 17, 2020 · 3 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.

@MLSTRM
Copy link
Contributor

MLSTRM commented Jul 17, 2024

I've also run into this restriction somewhat recently and will be looking to contribute something to add this feature in the near future (following the first option provided above).

As a side note for various (mostly bad) reasons I'm a bit stuck using 0.5.x of this library for now, is back-porting new features to the older branches as well as on master something that would be generally accepted, or are the older branch lines only really there for more critical support reasons?

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

3 participants