Dear sirs at this forumn,
I have a project built on a PostgreSQL database. When I am in any list page and I try to make a quick search over a date or numeric field using the options "Contains" or "Start with", no matter the input value written in the search box, I get a PHP error. This error is caused because the internal SQL sentences builder uses the LIKE '%<text>%' in the WHERE clause, and the LIKE is not applicable to date or numeric fields. Is there a way to disable these "Contains" or "Start with" when a date or numeric field is selected, or any kind of solution to this issue?
PD: Of course I know that in the Advanced Search page this problem doesn´t exist, because each table field has its own applicable set of options. But it's really important for me to solve the issue in the quick search panel of the list pages.
Thank you in advance,
DrGregory
Buenos Aires