Hi,
I'm getting a problem where I have a lot of products and I'm getting too many irrelevent search results.
One of the main problems seems to be if the user types in something with a dash (which will happen a lot) it seems to interpret this as two strings to be AND'd.
eg. AB-1000 is interpreted as AB AND 1000 (or possibly AB AND NOT 1000...)
to get the correct result the user has to type "AB-1000" (ie. in quotes), but I don't want a list of instructions in the search box I just want it to work...
So is there anyway of enclosing all search words in quotes automatically?
I'm getting a problem where I have a lot of products and I'm getting too many irrelevent search results.
One of the main problems seems to be if the user types in something with a dash (which will happen a lot) it seems to interpret this as two strings to be AND'd.
eg. AB-1000 is interpreted as AB AND 1000 (or possibly AB AND NOT 1000...)
to get the correct result the user has to type "AB-1000" (ie. in quotes), but I don't want a list of instructions in the search box I just want it to work...
So is there anyway of enclosing all search words in quotes automatically?
Comment