search - Sql advanced searching -


i'm trying create search engine e-shop , want make this:

if client writes e.x galaxy white in search bar want execute sql query matches string products not ones title galaxy white s3 titles galaxy s3 white 16 gb.

is possible?

to more accurate may needed provide "similar phrases" (synonyms). because e.g. you're searching phone on windows phone 8, , may type "wp8", levenshtein distance won't solve problem.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -