Replies: 2 comments 1 reply
-
|
Note that Solr's default behaviour is to sort facet fields alphabetically when there is no search limit (https://solr.apache.org/guide/solr/latest/query-guide/faceting.html), but the CKAN sidebar search facets do not follow this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
qld-gov-au#239 a good take on making per facet sortable by popularity, alphabet (both directions) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, search facet values are always sorted by popularity, with less popular values being hidden by default. However, some users may want a different ordering, such as alphabetical, especially if they choose "Show More" to see the whole list.
Eg instead of Formats showing:
it would instead display as:
Ideally this would be toggleable.
Beta Was this translation helpful? Give feedback.
All reactions