Quote:
Originally posted by andreas
One more idea:
Is possible "key1*key2*" return the same results with "key2*key1*" ? (at least an option to bypass word order...)
I think it would be really usefull
|
You can You can use ; to seperate two multiple patterns i.e. key1*;key2*
it will match key1* OR key2*
maybe do key1*key2*;key2*key1*