From https://github.com/elastic/cloud/issues/22760#issuecomment-436303157
Given a document like { tag: [] }, that's a list of strings, how should we consume EUI's search bar so that it let's us filter on both things like tag:"" (match only when tags are empty like [] or '') and tag:cat tag:pet
/cc @chandlerprall
From https://github.com/elastic/cloud/issues/22760#issuecomment-436303157
Given a document like
{ tag: [] }, that's a list of strings, how should we consume EUI's search bar so that it let's us filter on both things liketag:""(match only when tags are empty like[]or'') andtag:cat tag:pet/cc @chandlerprall