v1.11: Experimental: New STARTS_WITH
filter operator
#2989
Labels
new release
Changes related upcoming Meilisearch releases
Milestone
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 matchdog.name = kefir
.This is an experimental feature. To activate it, users must set the
containsFilter
option totrue
, which might be a bit counterintuitive.Tasks
learn/filtering_and_sorting/filter_expression_reference
Reference
STARTS_WITH
operator meilisearch#4872The text was updated successfully, but these errors were encountered: