Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Ordering search results by relevance

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-06-19 : 16:16:23
James writes "I've created a database in Access, for which I've also made
a search feature using SQL. Suppose I have three records, with
the following fields:

"Blue car"
"Red car"
"Blue red car"

If the user searches for "Blue red car", then the results show
all three records. While this is not necassarily a bad thing,
I would like to be able to sort the results so that "Blue red
car" comes up first, followed by the other two. How would I do
this?
Thanks!"
   

- Advertisement -