bitemyapp / bloodhound

Haskell Elasticsearch client and query DSL
bitemyapp.com
BSD 3-Clause "New" or "Revised" License
424 stars 118 forks source link

Quickcheck seed 704012937 fails #161

Closed MichaelXavier closed 7 years ago

MichaelXavier commented 7 years ago

Fixed. If you have field with from/to, you can't really use it with geopoint queries because it will conflict with the other fields in the object. For whatever reason, ES doesn't solve this ambiguity with a layer of JSON nesting, so it is what it is.