chantown Posted April 4, 2008 Share Posted April 4, 2008 How do I order by relevance? Thanks Quote Link to comment Share on other sites More sharing options...
fenway Posted April 4, 2008 Share Posted April 4, 2008 You order by the MATCH..AGAINST... simply repeat it. Quote Link to comment Share on other sites More sharing options...
chantown Posted April 5, 2008 Author Share Posted April 5, 2008 what? I don't get it. SELECT * FROM table WHERE MATCH(...) AGAINST(...) ORDER BY RELEVANCE BUt I cannot use the word "relevance" , of course Quote Link to comment Share on other sites More sharing options...
fenway Posted April 6, 2008 Share Posted April 6, 2008 SELECT * FROM table WHERE MATCH(...) AGAINST(...) ORDER BY MATCH(...) AGAINST(...) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.