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 Quote Link to comment https://forums.phpfreaks.com/topic/10208-need-help-with-search-query/ 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.