I want to be able to search for a prductname, for example : Product C202
But If a user inputs "Product C 202", i want to be able to find that anyway.
We are using this now and it works for 99% of the time, but not when the above is given.
"search": "(Product*) + (c*) + (202*)"