Skip to content

Commit cff8851

Browse files
authored
Engine: Set filtered tags to Result.
1 parent e8a0860 commit cff8851

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Engine.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ public function compute(string $query): EngineResult
7171
$matchedRoute,
7272
$result->getContext()->getInterpret(),
7373
$result->getContext()->getBoxes(),
74-
$result->getContext()->getSources()
74+
$result->getContext()->getSources(),
75+
array_keys($queryEntity->getFilteredTags())
7576
);
7677
} else {
7778
$return = new EngineSingleResult($queryEntity->getQuery(), $matchedRoute);

0 commit comments

Comments
 (0)