Hello everyone, I hope you are well.
Even after a few years since the first posts about searches trying to use case insensitive, such as lowercase in both directions of a “contains” comparison, there is still no native way to make comparisons directly in searches on the server side, only on the server side. of the customer using advanced filters?
How do you handle it? Specific plugins? Additional fields to store search data already in the desired format (uppercase, lowercase)? Store multiple data that will be used for search in the same field? Any suggestion?
NOTE: I know that plugins with the same principle as “Search & Autocorrect” can help for small lists, but they perform this search on the client side, as if it were a type of advanced filter, and may crash if the amount of data is too large, so I’m looking for a way to do this directly on the server.
Thanks for any help.