Type of search in fields used in filters (LIKE type)

Hi guys! When I define how a field is used in filters, there is an option to make it search according to the user input. Like this:

But it only searches the beginning of the string, as shown:

image

Then, it is currently doing something similar to a like 'user_input%'. My suggestion is to make it search this way: like '%user_input%'. I don't know how hard it is, but I couldn't find this suggestion, so I'm just leaving it here.

2 Likes