43 $this->_searchResourceModel = $searchResourceModel;
51 $queries = $this->_request->getPost(
'selected_queries');
53 $currentQueryId = $this->_registryManager->registry(
'current_catalog_search')->getId();
55 if ($queries ===
null && !empty($currentQueryId)) {
56 $queryIds = $this->_searchResourceModel->getRelatedQueries($currentQueryId);
__construct(\Magento\Framework\App\RequestInterface $request, \Magento\Framework\Registry $registry, \Magento\AdvancedSearch\Model\ResourceModel\Recommendations $searchResourceModel)