schme16 Posted May 22, 2008 Share Posted May 22, 2008 I'd like to do a full text search on the rows returned from a previous full text search, in order to maximise the relevancy of the results Link to comment https://forums.phpfreaks.com/topic/106749-full-text-search-help/ Share on other sites More sharing options...
phpzone Posted May 22, 2008 Share Posted May 22, 2008 There are some good tutorials on Sitepoint (www.sitepoint.com) for doing this. Although I sometimes use queries with SELECT 100*(field) AS field_weight instead. Link to comment https://forums.phpfreaks.com/topic/106749-full-text-search-help/#findComment-547192 Share on other sites More sharing options...
phpzone Posted May 22, 2008 Share Posted May 22, 2008 There are some good tutorials on Sitepoint (www.sitepoint.com) for doing this. Although I sometimes use queries with SELECT 60*(field1) AS field_weight1, 40*(field2) AS field_weight1 .... instead. Link to comment https://forums.phpfreaks.com/topic/106749-full-text-search-help/#findComment-547193 Share on other sites More sharing options...
schme16 Posted May 22, 2008 Author Share Posted May 22, 2008 ...Although I sometimes use queries with SELECT 100*(field) AS field_weight instead. Care to elaborate? or maybe give some direct link to the sitepoint articles Link to comment https://forums.phpfreaks.com/topic/106749-full-text-search-help/#findComment-547202 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.