Update AdvancedSearchQuery.php

This commit is contained in:
Kyle Huynh 2023-06-28 14:48:34 -04:00 committed by GitHub
parent de445f96de
commit 6ce45f6540
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -274,7 +274,7 @@ class AdvancedSearchQuery {
// Since we are getting the highlighting result from Solr instead // Since we are getting the highlighting result from Solr instead
// of using the Search API processor to create one, we just need // of using the Search API processor to create one, we just need
// make this field non-empty. // make this field non-empty.
$search_api_query->keys("advanced search"); //$search_api_query->keys("advanced search");
} }
$solarium_query->setQuery($q); $solarium_query->setQuery($q);