Improve appstore search and prioritze title and tagline matches

This commit is contained in:
Johannes Zellner
2022-06-27 18:03:32 +02:00
parent 4a779694c3
commit ade64923f1
2 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -351,7 +351,7 @@
</div>
</div>
<div class="row-no-margin">
<div class="col-sm-1 appstore-item" ng-repeat="app in apps | userManagementFilter:userManagementFilterOption">
<div class="col-sm-1 appstore-item" ng-repeat="app in apps | userManagementFilter:userManagementFilterOption | orderBy:'-priority' ">
<div class="appstore-item-content highlight" ng-click="gotoApp(app)" ng-class="{ 'appstore-item-content-testing': app.releaseState === 'unstable' }">
<span class="badge badge-danger appstore-item-badge-testing" ng-show="app.releaseState === 'unstable'">{{ 'appstore.unstable' | tr }}</span>
<div class="appstore-item-content-icon col-same-height">