diff --git a/app/Support/Search/OperatorQuerySearch.php b/app/Support/Search/OperatorQuerySearch.php index 407cb38b84..83f851aa37 100644 --- a/app/Support/Search/OperatorQuerySearch.php +++ b/app/Support/Search/OperatorQuerySearch.php @@ -159,6 +159,10 @@ class OperatorQuerySearch implements SearchInterface foreach ($query1->getNodes() as $searchNode) { $this->handleSearchNode($searchNode); } + + // add missing information + $this->collector->withBillInformation(); + $this->collector->setSearchWords($this->words); $this->collector->excludeSearchWords($this->prohibitedWords); }