Removed deprecated search ordering options

This commit is contained in:
2025-09-04 12:21:31 +01:00
parent 18c611618d
commit 2a106b5367

View File

@@ -678,7 +678,6 @@ RDM_SEARCH = {
"updated-asc",
"created-desc",
"created-asc",
"mostviewed",
],
"query_parser_cls": QueryParser.factory(
mapping={
@@ -730,7 +729,6 @@ RDM_SEARCH_DRAFTS = {
"updated-asc",
"created-desc",
"created-asc",
"mostviewed",
],
}
"""User records search configuration (i.e. list of uploads)."""