This piece of code is found in: website_sale/controllers/main.py line 306-307.
product_count, details, fuzzy_search_term = request.website._search_with_fuzzy("products_only", search,limit=None, order=self._get_search_order(post), options=options)



