- Open the app/addons/searchanise/func.php file.
- Find this line:
$query_by['product_code'] = trim($params['pcode']);
and replace it with:
if (empty($params['pcode_from_q'])) { $query_by['product_code'] = trim($params['pcode']); }
CS-Cart 4.3.1: Full-Text Search Always Shows 0 Results Print
Created by: Vladimir+kmolchanov
Modified on: Fri, Jan 24, 2020 at 5:59 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.