I\'m trying to _search documents that has some specific value in the field.
_search
{ \"query\": { \"bool\": { \"must\": [ {\"f
the "missing" does work only for null values or not being there at all. Matching empty string was already answered here: https://stackoverflow.com/a/25562877/155708