😢; nothing found ...

This query took 0.03 seconds ⌛; show me the details?

        
0.03 seconds ⌛
{ "query": { "bool": { "must": [ { "match": { "names_all": "Santiago%20Oxtempan%2C%20Tlalpujahua%2C%20Michoacan%20de%20Ocampo%2C%20M%C3%A9xico" } }, { "term": { "woe:placetype": 12 } } ], "must_not": [ { "term": { "woe:placetype": 0 } }, { "term": { "geom:latitude": { "value": 0.0 } } }, { "term": { "geom:longitude": { "value": 0.0 } } }, { "exists": { "field": "woe:superseded_by" } } ] } }, "aggs": { "placetypes": { "terms": { "field": "woe:placetype_name", "size": 10000 } } }, "sort": [ { "woe:scale": { "order": "asc", "mode": "max" } }, { "geom:area": { "order": "asc", "mode": "max" } }, { "woe:id": { "order": "asc", "mode": "max" } } ] }