mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	update the facet filter grammar
This commit is contained in:
		| @@ -16,10 +16,11 @@ neq = {key ~ "!=" ~ value} | ||||
| eq = {key ~ "=" ~ value} | ||||
| greater = {key ~ ">" ~ value} | ||||
| less = {key ~ "<" ~ value} | ||||
| geo_radius = {"_geoRadius(" ~ value ~ "," ~ value ~ "," ~ value ~ ")"} | ||||
|  | ||||
| prgm = {SOI ~ expr ~ EOI} | ||||
| expr = _{ ( term ~ (operation ~ term)* ) } | ||||
| term = { ("(" ~ expr ~ ")") | condition | not } | ||||
| term = { ("(" ~ expr ~ ")") | condition | not | geo_radius } | ||||
| operation = _{ and | or } | ||||
| and = {"AND"} | ||||
| or = {"OR"} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user