Hi,
I have a product in my DB named 8v-71N.
I am currently using the following to search:
SELECT * FROM product WHERE name like '%#form.search#%'
But when a search is done with any of the following no results are found:
8v71N, 8-v71 N, 8v 71N or 8v-71 N
Is there a better way?
I have a product in my DB named 8v-71N.
I am currently using the following to search:
SELECT * FROM product WHERE name like '%#form.search#%'
But when a search is done with any of the following no results are found:
8v71N, 8-v71 N, 8v 71N or 8v-71 N
Is there a better way?