add wildcard in module search

How to add wildcard in module search?

The wildcard to search is the percent symbol (%).

You can place it before, within and after a string, as well as as many times you want.

For example if you have values of:
AAAB112233
AAAB112223
AAAB112213
ABAB112233
ABAB112233

% : matches all values
AB% matches the last two
%AB% matches all
%23% matches the first, second fourth and fifth
%13 matches the third value only
etc

If you search the forum you can find how to add the wildcard at the end of your search terms automatically on all searches so that a search for a will be in fact searching for a%