Live Chat Software by IXXO |
Knowledgebase: Customization & Developer Info
How do I Change the Search Function in the cart?
Posted by Michael G.K on 30 August 2008 04:56 AM
|
|
By default IXXO Cart uses the "OR" boolean function in its search. If you want to change it to "AND," you can do so by making the following changes to the engine_functions.php page. You will need the source code to make these changes. content/engine/engine_functions.php line # 511 (or near that) function
parseSearchKeywords($search_str = '', &$objects) { replace or with function
parseSearchKeywords($search_str = '', &$objects) { | |
|
Comments (0)