C# - Google like query engine.-
Posted
by MRFerocius
on Stack Overflow
See other posts from Stack Overflow
or by MRFerocius
Published on 2010-03-19T14:29:33Z
Indexed on
2010/03/19
15:11 UTC
Read the original article
Hit count: 288
Guys;
Hope you are fine. I have to make a Web Project (very simple) I will have a DB with 2 tables. One table has 2 fields. From the WebPage I need a Google like search query, for example I have Movie Title and Movie Review on the Table. I need to be able to search those 2 fields like this:
"Best Movie" + Action
I will need to make a query to the DB to search for the "Best Movie" string togheter plus optional ACTION word on 2 fields of the table.
Am I clear??? :)
Does somebody know if this has already been made, and if it´s public and free and where to get it :)
Thanks in advanced
EDIT: My concern is to translate the Google like Symbols ("", +, -, ~) to build a valid query.
© Stack Overflow or respective owner