Hi all,
We try to filter values of material looking for their text. The problem we are facing is the value help seems to be case-sensitive so, the text we have to look for have to be in uppercase or lowercase depedning on the text, this makes difficult to look for the long list of values and the text to be found has to be exactly as it is.
For example, the values are:
- Diapers 10x2
- Diap. active 32x5
- Natural diapers 18x5
- DIAPERS ACTIVE SEC 15x3
- Other materials
If we write the word diap, the only match is the number 3.
If we write the word Diap, it finds 1 and 2.
We want to look for all material which text has the word "diap". So, in the example the entries found should be 1, 2, 3 and 4.
Do you know if there is any parameter to change in order to avoid the "case sensitive" setting?
Thanks, Federico