Feature #3928
Make sort order for actor and repository searches alphabetical
Status: | Invalid | Start date: | ||
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | MJ Suhonos | % Done: | 0% | |
Category: | - | |||
Target version: | Release 1.3 | |||
Google Code Legacy ID: | atom-1979 | Tested version: | ||
Sponsored: | Requires documentation: |
Description
It appears that the current sort for the "list" view in the search results (actors and repositories) is by actor_id, rather than alphabetical or by relevance.
Currently, only name is searched, and no other text is returned, so alphabetical would make sense. See also "/p/qubit-toolkit/issues/detail?id=1965": issue 1965 re adding fields to the authority/repository search index.
[g] Legacy categories: Search / browse
History
#1 Updated by MJ Suhonos about 11 years ago
[g] Labels added: Component-SearchBrowse
#2 Updated by MJ Suhonos about 11 years ago
- Target version set to Release 1.2
[g] Labels added: Milestone-Release-1.2
#4 Updated by MJ Suhonos over 10 years ago
- Priority changed from Low to Medium
- Target version changed from Release 1.2 to Release 1.3
[g] Labels added: Milestone-Release-1.3, Priority-Medium
[g] Labels removed: Milestone-Release-1.2, Priority-Low
[g] New owner: MJ Suhonos
#5 Updated by MJ Suhonos over 10 years ago
- Status changed from New to Invalid
Sorting is actually by relevance (Lucene term score); sorting by alphabetical is a separate feature enhancement, but we'd need a new use case for that. Closing.