mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Introduce the STARTS WITH filter operator gated under an experimental feature
This commit is contained in:
parent
93f0317b94
commit
9f1fb4b425
6 changed files with 75 additions and 15 deletions
|
@ -87,7 +87,7 @@ impl RoFeatures {
|
|||
Ok(())
|
||||
} else {
|
||||
Err(FeatureNotEnabledError {
|
||||
disabled_action: "Using `CONTAINS` in a filter",
|
||||
disabled_action: "Using `CONTAINS` or `STARTS WITH` in a filter",
|
||||
feature: "contains filter",
|
||||
issue_link: "https://github.com/orgs/meilisearch/discussions/763",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue