If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Ranked Search Result in ASP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-06-06, 21:54
YawBoon YawBoon is offline
Registered User
 
Join Date: Jun 2006
Posts: 5
Ranked Search Result in ASP

How do I rank search results?

eg.
Search for "apple orange mango"


Result
100% - apple orange mango pineapple durian watermelon
67% - apple orange pineapple durian watermelon
33% - apple pineapple durian watermelon

how can i do this in ASP search with SQL server 2000?

thank in advanced
Reply With Quote
  #2 (permalink)  
Old 07-07-06, 08:10
koncept koncept is offline
Registered User
 
Join Date: Jul 2006
Posts: 26
i would probaly build a stored procedure in sql. i am not sure of the best way, but maybe split the search string and then run three search queries, and add the return value together to build your rank...idk
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On