Skip to content

Commit

Permalink
fix(wip): Working on upload form collection search bug
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Jan 6, 2025
1 parent e38b0fb commit a5dcd8f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,19 @@ RDM_SEARCH_USER_COMMUNITIES = {
"sort_default": "bestmatch",
"sort_default_no_query": "newest",
}
"""User communities search configuration (i.e list of user communities)"""
"""User communities search configuration (i.e list of user communities)
This affects the community search modal in the detail page.
"""

COMMUNITIES_SEARCH = {
"facets": ["type", "visibility"],
"sort": ["bestmatch", "newest", "oldest"],
"sort_default": "bestmatch",
"sort_default_no_query": "newest",
}
"""Community search configuration (i.e list of communities)
This affects the community search modal in the upload form.
"""

# Invenio-App-RDM
# ===============
Expand Down

0 comments on commit a5dcd8f

Please sign in to comment.