Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 1eb6b0c

Browse files
sallyxpolyfractal
authored andcommitted
Update 25_ranges.asciidoc (#376)
This change reflects real BETWEEN behavior.
1 parent e45138a commit 1eb6b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

080_Structured_Search/25_ranges.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ can be used to find documents falling inside a range:
2020
--------------------------------------------------
2121
"range" : {
2222
"price" : {
23-
"gt" : 20,
24-
"lt" : 40
23+
"gte" : 20,
24+
"lte" : 40
2525
}
2626
}
2727
--------------------------------------------------

0 commit comments

Comments
 (0)