Stabilize STARTS WITH filter

This commit is contained in:
Mubelotix
2025-08-05 12:14:16 +02:00
parent 4c61a227ca
commit c4e7bf2e60
3 changed files with 16 additions and 16 deletions

View File

@ -85,7 +85,7 @@ impl RoFeatures {
Ok(())
} else {
Err(FeatureNotEnabledError {
disabled_action: "Using `CONTAINS` or `STARTS WITH` in a filter",
disabled_action: "Using `CONTAINS` in a filter",
feature: "contains filter",
issue_link: "https://github.com/orgs/meilisearch/discussions/763",
}