Skip to content

Commit

Permalink
fix: tag filter
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Dec 1, 2023
1 parent 8b91e6e commit c5b463c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/tags/src/Search/Filter/TagFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public function filter(SearchState $state, string|array $value, bool $negate): v

protected function constrain(Builder $query, string|array $rawSlugs, bool $negate, User $actor): void
{
$rawSlugs = (array) $rawSlugs;

$inputSlugs = $this->asStringArray($rawSlugs);

foreach ($inputSlugs as $orSlugs) {
Expand Down

0 comments on commit c5b463c

Please sign in to comment.