Skip to content

Commit ae02a1f

Browse files
Merge pull request #62085 from nextcloud/backport/60827/stable34
[stable34] fix(AppSearch): Always sort apps first for search
2 parents e6a46cb + 0b53c85 commit ae02a1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/appstore/lib/Search/AppSearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function getName(): string {
3636

3737
#[\Override]
3838
public function getOrder(string $route, array $routeParameters): int {
39-
return $route === 'appstore.Page.viewApps' ? -50 : 100;
39+
return -50;
4040
}
4141

4242
#[\Override]

0 commit comments

Comments
 (0)