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

Implement NotLike value comparator. #328

Closed
ggomarighetti opened this issue Sep 27, 2023 · 1 comment
Closed

Implement NotLike value comparator. #328

ggomarighetti opened this issue Sep 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ggomarighetti
Copy link

Following the same logic applied for equal, notEqual, isEmpty, isNotEmpty, isNull, isNotNull, the only comparator that was not reached by this standard was like.

It has an added value when implementing the library in languages where there is not yet an official Query Builder (in my case C#).

@torshid
Copy link
Member

torshid commented Sep 27, 2023

Hey @ggomarighetti,

Not sure which version you're using, but following operators are planned to be implemented in the next version of branch 3.x,x when I find time for it:

  • like, equivalent to ~
  • ilike, equivalent to ~~
  • not like, equivalent to not ... ~ ...
  • not ilike , equivalent to not ... ~~ ...

You can always sponsor the project to speedup things so that everyone can enjoy these new features. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants