jepler Posted May 22, 2006 Share Posted May 22, 2006 If I build a search query similar to this:"SELECT DISTINCT object_id,object_title,object_descriptionWHERE MATCH (object_id,object_title,object_description)AGAINST ('$keyword_search' IN BOOLEAN MODE)";will it return both numeric and alpha matched results? In other words, I wouldlike for the following result to be returned if someone types either "11.4" or "geography" in the keyword search field on my Web page.11.4 Curriculum Guide Standard IIA 5 Themes of Geography Link to comment https://forums.phpfreaks.com/topic/10208-need-help-with-search-query/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.