Guest Posted March 10, 2006 Posted March 10, 2006 Hello Need help on search My site is able to search title of movies but cannot search name of actors any thing i can do to be searching actors too?
custodian Posted March 10, 2006 Posted March 10, 2006 HelloNeed help on search My site is able to search title of movies but cannot search name of actors any thing i can do to be searching actors too? You'd need to use advanced search. Make the 'Search Description' check box checked by default In catalog/advanced_search.php Around line 188 Look for $info_box_contents[] = array('align' => 'right', 'text' => tep_draw_checkbox_field('search_in_description', '1') . ' ' . TEXT_SEARCH_IN_DESCRIPTION); and replace with $info_box_contents[] = array('align' => 'right', 'text' => tep_draw_checkbox_field('search_in_description', '1', true) . ' ' . TEXT_SEARCH_IN_DESCRIPTION); (Note all you are doing is adding , true ) Or are you looking to make the quick search box searchable for description also? My Contributions Henry Smith
Recommended Posts
Archived
This topic is now archived and is closed to further replies.