From 93efde88dd258578c4cc8d4e90ea6238e5b9338c Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 2 Mar 2018 20:02:29 -0800 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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