Forum Moderators: coopster
I've built a search that works but relies on the users to input their query very accurately.
The data they're searching on are serial numbers which come from a big data feed.
Product - Code
10mm Steel Pole - TS 200-10
20mm Steel Pole - TS 200-20
....
...
What happens is people are typing in "TS200-10" and this it's coming up with zero results.
One way i've solved it is to run through the table and strip out the spaces with php and save them in another column, but i'd rather use a cleaner method if it's possible.
Any help would be most appreciated.
Cheers,
hughie
Maybe you could check to see if the row contains the search query and then return that row if it does.
Good luck! Sorry I couldn't be of more help.