Skip to content

Commit

Permalink
fix: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Feb 27, 2024
1 parent d8530b6 commit 0e927a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Service/Search/SolrSelect.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ private function addFilterQueriesToSolrQuery(

foreach ($filterList as $filter) {
$key = $filter->key ?? uniqid('', true);
$fq = $solrQuery->createFilterQuery($key);
$solrQuery->createFilterQuery($key)
->setQuery($filter->getQuery())
->setTags($filter->tags);
Expand Down

0 comments on commit 0e927a8

Please sign in to comment.