Fix tag search

This commit is contained in:
James Cole
2020-08-23 18:48:40 +02:00
parent bee54146bf
commit 4bf86500bd
2 changed files with 2 additions and 2 deletions

View File

@@ -428,7 +428,7 @@ class OperatorQuerySearch implements SearchInterface
case 'has_any_tag':
$this->collector->hasAnyTag();
break;
case 'tag':
case 'tag_is':
$result = $this->tagRepository->searchTag($value);
if ($result->count() > 0) {
$this->collector->setTags($result);