Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions themes/MUG/invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,15 @@ OVERRIDE_RESOURCE_OVERVIEW = True
# ============================================================================
# Invenio-override - Global Search Configuration
# ============================================================================
OVERRIDE_SHOW_PUBLICATIONS_SEARCH = True
"""Enable or disable the publication global search feature."""
OVERRIDE_SHOW_PUBLICATIONS_SEARCH = False
"""Enable or disable the publication (marc21) global search feature."""

OVERRIDE_SHOW_EDUCATIONAL_RESOURCES = False
"""Enable or disable the educational resources global search feature."""

OVERRIDE_SHOW_RDM_SEARCH = True
"""Show only Research Results (RDM) in search/overview components."""

USER_DASHBOARD_MENU_OVERRIDES = {
"uploads": {
"text": _("Research Results"),
Expand All @@ -324,12 +327,8 @@ GLOBAL_SEARCH_SCHEMAS = {
"schema": "rdm",
"name_l10n": "Research Result",
},
"marc21": {
"schema": "marc21",
"name_l10n": "Publication",
},
}
"""Mapping of original schemas for global search."""
"""Mapping of original schemas for global search, here only RDM schema are shown."""

# ============================================================================
# Invenio-OAuthclient
Expand Down