Hi
has anyone got working a where clause passed into the query URL paramater that contains a series of OR statements.
I've got it working with the following:
?query=layername,(Zone = 'xyz') OR (Zone = 'xyz')
The same query inside WAB highlights all polygons and zooms to the extent. When I run the query through URL parameter it highlights 1 of the records and pops up an info box, the rest are not highlighted and the zoom extent does not cover all records.
any thoughts on why the difference.
Alistair,
Looking at the MapUrlParamsHandler.js there is no support for queries that are searching for more than one value.
thanks