Introduce the STARTS WITH filter operator gated under an experimental feature

This commit is contained in:
Clément Renault 2024-09-17 16:44:11 +02:00
parent 93f0317b94
commit 9f1fb4b425
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
6 changed files with 75 additions and 15 deletions

View file

@ -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",
}