We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00235f7 commit 09ea762Copy full SHA for 09ea762
docs/DSL.md
@@ -39,12 +39,12 @@ Example for the [filters](https://www.algolia.com/doc/api-reference/api-paramete
39
val query = query {
40
filters {
41
and {
42
- facet("color", "red")
43
- facet("category", "shirt")
+ +facet("color", "red")
+ +facet("category", "shirt")
44
}
45
orNumeric {
46
- range("price", 0 until 10)
47
- comparison("price", Equals, 15)
+ +range("price", 0 until 10)
+ +comparison("price", Equals, 15)
48
49
50
0 commit comments