Algorithm for Search page

Posted by Geetha on Stack Overflow See other posts from Stack Overflow or by Geetha
Published on 2010-03-30T04:40:58Z Indexed on 2010/03/30 4:43 UTC
Read the original article Hit count: 288

Filed under:
|
|
|
|

Hi All,

I am creating a search page where we can find the product by entering the text.

ex: Brings on the night.

My query bring the records which contain atleast word from this.

Needs: 1. First row should contains the record with the given sentence. 2. Second most matching....etc

How to achieve this. Is there any algorithm for this. It will be more helpful if anyone share your idea.

Geetha

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#