ralcazar1 Posted January 19, 2004 Share Posted January 19, 2004 Hello everyone!! How could I enable the 'search in product description' option to make it run when someone seach from the quick find box. What I really need is to make the quick find box to do a deep search in all the product description without having to go to the advance search page. I will appreciate your help! Thank you Link to comment Share on other sites More sharing options...
xydon1 Posted January 19, 2004 Share Posted January 19, 2004 well I am just guessing, but you will need to find the query, for the search look at the action of the search form then change the query to read like the following: select * from tablenames where searchboxname LIKE '% $searchboxName %' look this up in php.org for additional variations. Xydon1 Link to comment Share on other sites More sharing options...
Guest Posted January 19, 2004 Share Posted January 19, 2004 Alternatively, you could just install this contrib: http://www.oscommerce.com/community/contributions,1496 Very simple - replace the existing search.php with this one and voila. I have installed it on both my stores - works brilliantly. Link to comment Share on other sites More sharing options...
ralcazar1 Posted January 20, 2004 Author Share Posted January 20, 2004 Thank you guys for the prompt answer... take care. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.