Best algorithm/practice when creating a search mechanism for your database?
Posted
by
Alex Hope O'Connor
on Programmers
See other posts from Programmers
or by Alex Hope O'Connor
Published on 2011-07-19T10:47:27Z
Indexed on
2013/11/06
16:11 UTC
Read the original article
Hit count: 288
I have been designing a database where it is very important to provide users with a good search mechanism. So I was wondering what some of the best practices are for using keywords to search over multiple database tables and return the relevent records?
Some other things I am curious about:
- The users location, if they provide an address
- The speed of the algorithm
Additional Information: I am using C# and LINQ-To-SQL.
© Programmers or respective owner