Skip to content

Commit 09ea762

Browse files
authored
Update DSL.md
1 parent 00235f7 commit 09ea762

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/DSL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ Example for the [filters](https://www.algolia.com/doc/api-reference/api-paramete
3939
val query = query {
4040
filters {
4141
and {
42-
facet("color", "red")
43-
facet("category", "shirt")
42+
+facet("color", "red")
43+
+facet("category", "shirt")
4444
}
4545
orNumeric {
46-
range("price", 0 until 10)
47-
comparison("price", Equals, 15)
46+
+range("price", 0 until 10)
47+
+comparison("price", Equals, 15)
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)