mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
Implementing an IS EMPTY filter
This commit is contained in:
@ -188,6 +188,7 @@ fn is_keyword(s: &str) -> bool {
|
||||
| "EXISTS"
|
||||
| "IS"
|
||||
| "NULL"
|
||||
| "EMPTY"
|
||||
| "_geoRadius"
|
||||
| "_geoBoundingBox"
|
||||
)
|
||||
|
Reference in New Issue
Block a user