Skip to content
Snippets Groups Projects
Commit fa331d12 authored by Benjamin Becker's avatar Benjamin Becker
Browse files

fixes bug in search order of collections

parent ad94fa76
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ def get_datasets_from_solr(dataset_names):
name_expression = ' OR '.join(dataset_names)
fq = 'name:({})'.format(name_expression)
sort = 'name asc,extras_issued asc'
sort = 'extras_issued asc'
# maximum possible number of results is 1000,
# see https://docs.ckan.org/en/ckan-2.7.3/api/index.html#ckan.logic.action.get.package_search
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment