Using contains one of many or does not contain one of many for string filters
Introduction
Contains one of many
[
{"name": "John Smith", "country": "FR"},
{"name": "Bob Jones", "country": "BE"},
{"name": "Hank Smith", "country": "AU"},
{"name": "Jane Smith", "country": "DE"},
{"name": "Jack Jones", "country": "SE"},
{"name": "Hank Smith", "country": "US"},
{"name": "Paul Smith", "country": "IE"}
]
Does not contain one of many

List syntax notes
Format
Spaces
Last updated
Was this helpful?