We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6a46cb + 0b53c85 commit ae02a1fCopy full SHA for ae02a1f
1 file changed
apps/appstore/lib/Search/AppSearch.php
@@ -36,7 +36,7 @@ public function getName(): string {
36
37
#[\Override]
38
public function getOrder(string $route, array $routeParameters): int {
39
- return $route === 'appstore.Page.viewApps' ? -50 : 100;
+ return -50;
40
}
41
42
0 commit comments