MySQL Forums
Forum List  »  General

Sorting rows by relevance?
Posted by: Juan Pablo Sierra
Date: April 18, 2010 08:06PM

Hi everyone, I am currently attempting to create a search engine that does the following:

If a user enters "free mysql tutorials", and, assuming that the following is my data:

1 | "I am offering mysql tutorials for free!"
2 | "MySQL Installation support and tutorials"
3 | "MySQL setup"
4 | "tutorials for free"
5 | "Online help"

to be sorted like:

1 (three matches), 2 (two matches), 4 (two matches), 3 (1 match)

Is there any way to do this?

Options: ReplyQuote


Subject
Written By
Posted
Sorting rows by relevance?
April 18, 2010 08:06PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.