I have another question Dasa if you would. I have the following expression in my Searchwidget.xml file in both 1.3 and 2.1, both pointing to the same service and layer:
<expression>OWNERNAME1 LIKE '%[value]%' OR OWNERNAME2 LIKE '%[value]%'</expression>
If I do a text search for my first name in 1.3, I get the expected results, 14.
When I do the same search in 2.1, I get 5000 results. Something in the way 2.1 queries the data?
Thanks.