Add debug information.

This commit is contained in:
James Cole
2025-07-02 19:34:05 +02:00
parent a75a760019
commit 8a5755c8f1
2 changed files with 165 additions and 110 deletions

View File

@@ -434,6 +434,7 @@ class GroupCollector implements GroupCollectorInterface
public function findNothing(): GroupCollectorInterface public function findNothing(): GroupCollectorInterface
{ {
Log::warning('The search engine was instructed to FIND NOTHING. This may be a bug.');
$this->query->where('transaction_groups.id', -1); $this->query->where('transaction_groups.id', -1);
return $this; return $this;

File diff suppressed because it is too large Load Diff