diff --git a/README.md b/README.md index 7e59f56..e8082a6 100644 --- a/README.md +++ b/README.md @@ -921,7 +921,7 @@ Not touching the query shape Restaurant.search "burger", where: {bounds: {geo_shape: {type: "envelope", relation: "disjoint", coordinates: [{lat: 38, lon: -123}, {lat: 37, lon: -122}]}}} ``` -Containing the query shape (Elasticsearch 2.2+) +Containing the query shape ```ruby Restaurant.search "fries", where: {bounds: {geo_shape: {type: "envelope", relation: "contains", coordinates: [{lat: 38, lon: -123}, {lat: 37, lon: -122}]}}} -- libgit2 0.21.0