CS-Cart 4.3.1: Full-Text Search Always Shows 0 Results Print

Modified on: Wed, 29 Mar, 2023 at 5:21 PM


  1. Open the app/addons/searchanise/func.php file.
  2. 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']);
    }

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.