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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -