I have a set of documents like
{ tags:[\'a\',\'b\',\'c\'] // ... a bunch properties }
As stated in the title: Is there a way to fil
For those looking at this in 2020, you may notice that accepted answer is deprecated in 2020, but there is a similar approach available using terms_set and minimum_should_match_script combination.
terms_set
minimum_should_match_script
Please see the detailed answer here in the SO thread