Warning
This article may no longer be relevant or up to date. Please return to the main page of the section.
By default, the quick search looks for the exact phrase. To make quick search look for all of the words you specify in the search box, complete the following steps:
$default_params = array (
'area' => AREA,
'use_caching' => true,
'extend' => array('product_name', 'prices', 'categories'),
'custom_extend' => array(),
'pname' => '',
'pshort' => '',
'pfull' => '',
'pkeywords' => '',
'feature' => array(),
'type' => 'simple',
'page' => 1,
'action' => '',
'filter_variants' => array(),
'features_hash' => '',
'limit' => 0,
'bid' => 0,
'match' => '',
'tracking' => array(),
'get_frontend_urls' => false,
'items_per_page' => $items_per_page
);
$default_params = array (
'area' => AREA,
'use_caching' => true,
'extend' => array('product_name', 'prices', 'categories'),
'custom_extend' => array(),
'pname' => '',
'pshort' => '',
'pfull' => '',
'pkeywords' => '',
'feature' => array(),
'type' => 'simple',
'page' => 1,
'action' => '',
'filter_variants' => array(),
'features_hash' => '',
'limit' => 0,
'bid' => 0,
'match' => 'all',
'tracking' => array(),
'get_frontend_urls' => false,
'items_per_page' => $items_per_page
);
Note
To set the quick search to search by any of these words you specify in the search box, replace all
with any
in the code from Step 4.
Questions & Feedback
Have any questions that weren't answered here? Need help with solving a problem in your online store? Want to report a bug in our software? Find out how to contact us.