Commit 93efde88dd258578c4cc8d4e90ea6238e5b9338c
1 parent
8fb8f233
Exists in
master
and in
19 other branches
Updated readme [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -921,7 +921,7 @@ Not touching the query shape |
921 | 921 | Restaurant.search "burger", where: {bounds: {geo_shape: {type: "envelope", relation: "disjoint", coordinates: [{lat: 38, lon: -123}, {lat: 37, lon: -122}]}}} |
922 | 922 | ``` |
923 | 923 | |
924 | -Containing the query shape (Elasticsearch 2.2+) | |
924 | +Containing the query shape | |
925 | 925 | |
926 | 926 | ```ruby |
927 | 927 | Restaurant.search "fries", where: {bounds: {geo_shape: {type: "envelope", relation: "contains", coordinates: [{lat: 38, lon: -123}, {lat: 37, lon: -122}]}}} | ... | ... |