filtering with a text filter is possible - no problem.
I am looking for a solution for some advanced searching with wildchars and other usefull stuff.
Normally if you filter by “us” it will give you a full result of all data containing “us”.
Like “mouse, house, USA, use, louse” etc… the thing i want is only to have the data starting with “us”. So i want instead of the top filter result only “USA, use”. Its like “us*” and not as normally “us”.
Is that possible? If yes, how? The Documentation and searching in forum didn’t really help me.