08-08-2019 05:07 AM
Thanks Jan. I will try with Oracle.
Regards,
Mladen
01-08-2020 09:35 PM
Hi there,
Is there a way to make the search case insensitive and fuzzy (i.e. searching for new york returns New York and searching for louis returns St Louis?
Thanks,
Winza
01-09-2020 01:14 AM
Hi Winza,
Please don't hesitate to create a new topic as this original one was resolved.
The Oracle searcher is case insensitive as it uses UPPER() function. The WMPS searcher doesn't use UPPER function therefore may be case sensitive for the most cases. But this should be controllable by setting the underlying database collation to a case insensitive variant.
01-09-2020 03:32 PM
Thanks Jan,
That is very useful to know.