Aimeos\ShopBundle\Controller\CatalogController::suggestAction PHP Method

suggestAction() public method

Returns the view for the XHR response with the product information for the search suggestion.
public suggestAction ( ) : Response
return Response Response object containing the generated output
    public function suggestAction()
    {
        $params = $this->get('aimeos_page')->getSections('catalog-suggest');
        return $this->render('AimeosShopBundle:Catalog:suggest.html.twig', $params);
    }