sort by author then title when getting books
This commit is contained in:
@@ -125,6 +125,8 @@ class BookSearch
|
||||
|
||||
$bs = new static();
|
||||
$bs->addOrQuery($codes, $field);
|
||||
$bs->addSortField('author', \SolrQuery::ORDER_ASC);
|
||||
$bs->addSortField('title', \SolrQuery::ORDER_ASC);
|
||||
$results = $bs->getResults(0, $count);
|
||||
return $results['books'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user