954,164 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Rank mysql search results by coulmn weighting

Hello everybody,
how do I rank mysql search results by column weighting?
thanks for your input.

tulipputih
Junior Poster
107 posts since May 2009
Reputation Points: 10
Solved Threads: 0
 

what do you mean by column weighting?

If you want to choose a preference you just do

SELECT * FROM table ORDER BY column_1, column_2 DESC

changing column_1 etc to whatever field you want to order by. You can order by more then one and you can do descending(DESC) or ascending(ASC) order

TommyBs
Junior Poster in Training
61 posts since Mar 2008
Reputation Points: 11
Solved Threads: 11
 

Hi Tommy,
I have several columns in my table 'plan'.
they are ability, noofstudents etc...every column has been weighted according to theirimportance/relevance in planning.
for example: ability: 075
motivation: 0.25
it is not an article search. it is a record search from a table.

thanks in advance.

tulipputih
Junior Poster
107 posts since May 2009
Reputation Points: 10
Solved Threads: 0
 

please try to ellaborate more on column weighting i cant really understand the exact meaning of the word.

denit
Newbie Poster
1 post since Jun 2009
Reputation Points: 10
Solved Threads: 0
 

just do

ORDER BY weight_filter DESC


where weight_filter is the name of the column with that number in

TommyBs
Junior Poster in Training
61 posts since Mar 2008
Reputation Points: 11
Solved Threads: 11
 
please try to ellaborate more on column weighting i cant really understand the exact meaning of the word.

Tq..
What I intend to do is..
1. Instead of just list the search result..the percentage of how similar /match the keyword and the record will be displayed..

2. this percentage is based on how important those elements/column..say ability:1, motivation:0.75.

If it is not clear..I will explain in more detail..
MAny thanks

tulipputih
Junior Poster
107 posts since May 2009
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You