We have developed a custom content type with has its own properties. The value of properties takes only 2 characters (basically US states such as NY, CA, FL..) Advanced search on these fields fails stating error "At least 3 characters are needed for search".
I tried changing <!– the minimum number of characters required for a valid search string –>
<search-minimum>2</search-minimum>
in web-client-config.xml to 2 as given above. But I still get the same error. Am I missing something?
Thanks,