fix solr with new config
This commit is contained in:
@@ -319,9 +319,9 @@ class NetBiblio extends WebService
|
||||
$bs->addSortField('author', SolrQuery::ORDER_ASC);
|
||||
$bs->addSortField('title', SolrQuery::ORDER_ASC);
|
||||
$bs->addSortField('producer');
|
||||
$bs->addSortField('mediatype', SolrQuery::ORDER_ASC);
|
||||
$bs->addSortField('mediaType', SolrQuery::ORDER_ASC);
|
||||
} else {
|
||||
$bs->addSortField('availabilitydate');
|
||||
$bs->addSortField('availabilityDate');
|
||||
$bs->addSortField('author', SolrQuery::ORDER_ASC);
|
||||
$bs->addSortField('title', SolrQuery::ORDER_ASC);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user