Does anyone have a way of using the Search or Filter widgets to allow a user to enter a comma separated list of values to search on? ie I want this query:
propertyid in ('123','456')
or
propertyid like '123' OR propertyid like '456'
and the search result should return both properties.
We can use Filter - Any of - option, but this only allows the checkbox selection of multiple values which is cumbersome. Or we could set up multiple OR filters on the same field, but again - it's pretty cumbersome.
Enterprise 11.3, trying to replicate functionality from outdated third party map product but still failing with modern ExB