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

v1.11: Experimental: New STARTS_WITH filter operator #2989

Closed
1 task
guimachiavelli opened this issue Sep 24, 2024 · 0 comments · Fixed by #3019
Closed
1 task

v1.11: Experimental: New STARTS_WITH filter operator #2989

guimachiavelli opened this issue Sep 24, 2024 · 0 comments · Fixed by #3019
Labels
new release Changes related upcoming Meilisearch releases
Milestone

Comments

@guimachiavelli
Copy link
Member

v1.11 adds a new filter operator, STARTS_WITH.

STARTS_WITH matches any field values that start with the specified. Matches do not need to be perfect: dog.name STARTS_WITH kef will match dog.name = kefir.

This is an experimental feature. To activate it, users must set the containsFilter option to true, which might be a bit counterintuitive.

Tasks

  • Update learn/filtering_and_sorting/filter_expression_reference

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new release Changes related upcoming Meilisearch releases
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant