Skip to content

Commit

Permalink
[4.3] fix finder common words (#41468)
Browse files Browse the repository at this point in the history
  • Loading branch information
heelc29 committed Sep 19, 2023
1 parent 4c79d74 commit be14fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/extension/finder/src/Extension/Finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ function ($word) {
);

$words = array_filter(array_map('trim', $words));
$words = array_unique($words);
$db = $this->getDatabase();
$query = $db->getQuery(true);

Expand Down

0 comments on commit be14fe0

Please sign in to comment.