Hi, I see that there is a problem configuring the Search Widget with a Joined Table Field Search...
If I try to set the "Search Field" to a field of a joined table (ORACLE DB)...the widget doesnt work.
The problem is that the query
WHERE UPPER (SCHEMA.TABLE.FIELD) LIKE '2345'
to work with MapService should be:
WHERE UPPER ("SCHEMA.TABLE.FIELD") LIKE '2345'
or
WHERE UPPER (FIELDALIAS) LIKE '2345'
Can someone fix it?
Thanks,
Naty