James Cole
2023-12-29 20:25:32 +01:00
parent 33b95b9371
commit 4230349c07
20 changed files with 75 additions and 15 deletions

View File

@@ -2754,7 +2754,7 @@ class OperatorQuerySearch implements SearchInterface
$collection->push($tag);
}
}
$this->collector->setTags($collection);
$this->collector->setAllTags($collection);
}
}
}