Skip to content

Conversation

@gbm25
Copy link
Member

@gbm25 gbm25 commented Apr 23, 2023

The "Like" operator has been added with 3 options:

  • Full: allows a search filtering by the field provided and the value contains the String provided.
  • Left: allows you to perform a filtered search by the field provided and the value ends with the String provided.
  • Right: allows a search filtering by the provided field and the value starts with the provided String.

The logic of the operators has been changed a bit.

The corresponding tests have been added to validate that the queries with "Like" are generated correctly.

gbm25 added 3 commits April 23, 2023 14:27
Removed unneeded whitespaces on queries.
Added tests for like operators.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant