SyntaxFix
Write A Post
Hire A Developer
Questions
On elasticsearch 5.6, I have to use command below to filter out empty string:
GET /_search { "query" : { "regexp":{ "<your_field_name_here>": ".+" } } }