No answers existing on the web so far, I am counting on your expertise for this challenge:
I'd need my search results (on product title) to be ranked considering the order of keywords typed by user.
Ex: user types in the search field: digital camera canon 123
Desired ranking should be:
- digital camera canon 123
- digital camera canon 123 ABC
- digital camera canon 123A
- digital camera canonying
- digital camera sony
- digital videocamera
- camera canon 123A
- camera canon
- 123
- cameramen 1234
- canonying
Do you have a clue how the MYSQL query could do that?
filtering stop words is a nice to have feature.....
thanks a lot!