Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi,

I need to implement keyword search on my e-commerce website which is developed using Asp.net C# SQL, currently I'm doing the searching using "like" condition in SQL as '%keyword%', but this fails in most of the case (e.g. my table has enter as "pen" and I search for pens will show no record).

I'm looking for the right technique or algorithm.

Thanking you.
Posted

1 solution

You can have a look at this..
Hope it will help you

word-search[^]
 
Share this answer
 
Comments
Dholakiya Ankit 18-Sep-13 1:43am    
5ed
[no name] 18-Sep-13 2:36am    
Thanks ankit..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900