Hi
we have product names with "/" and "-" in them (the name has got forward slash in it). I did study the search engine behavior and code and could overwrite the search.php to let me handle the "-" differently and now dash-esh are ok.
But appears that forward slashes are making the search string explode, which in our case is not good. I cannot properly search products with "/" in their names.
Do you know how can I fix this issue? I need the search not to do anything with slashes and only treat forward slash like any other alphabet or character.
Thanks!