chantown Posted April 4, 2008 Share Posted April 4, 2008 How do I order by relevance? Thanks Link to comment https://forums.phpfreaks.com/topic/99555-solved-selectmatch-againstorder-by/ 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. Link to comment https://forums.phpfreaks.com/topic/99555-solved-selectmatch-againstorder-by/#findComment-509283 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 Link to comment https://forums.phpfreaks.com/topic/99555-solved-selectmatch-againstorder-by/#findComment-510253 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(...) Link to comment https://forums.phpfreaks.com/topic/99555-solved-selectmatch-againstorder-by/#findComment-510275 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.