Hi, we use some backend filters and now we want to move them to the client due to a big performance issue we are facing.
When filtering strings in backend, spaces are replaced by % in the resultant ilike expression. For example if filter is "jo sm" the query will be "ilike '%jo%sm%'", so "John Smith" would be found. When filtering in client Smartclient doesn't do this conversion.
We attach a patch we have developed to get this. Could you please include it (or something similar) in the 9.1d?
Thanks in advance.
When filtering strings in backend, spaces are replaced by % in the resultant ilike expression. For example if filter is "jo sm" the query will be "ilike '%jo%sm%'", so "John Smith" would be found. When filtering in client Smartclient doesn't do this conversion.
We attach a patch we have developed to get this. Could you please include it (or something similar) in the 9.1d?
Thanks in advance.
Comment