Merge "Sort search results by updated_at by default"

This commit is contained in:
Zuul 2019-03-04 20:57:48 +00:00 committed by Gerrit Code Review
commit 747cd27f77
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ angular.module('sb.search').directive('searchResults',
*
* @type {string}
*/
$scope.sortField = 'id';
$scope.sortField = 'updated_at';
/**
* The direction to sort on.