Skip to content

Commit

Permalink
Update AdvancedSearchQuery.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehuynh205 authored Jun 28, 2023
1 parent de445f9 commit 6ce45f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AdvancedSearchQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public function alterQuery(Request $request, SolariumQueryInterface &$solarium_q
// Since we are getting the highlighting result from Solr instead
// of using the Search API processor to create one, we just need
// make this field non-empty.
$search_api_query->keys("advanced search");
//$search_api_query->keys("advanced search");
}

$solarium_query->setQuery($q);
Expand Down

0 comments on commit 6ce45f6

Please sign in to comment.