Skip to content

Commit

Permalink
config: remove visibility from user communities search
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 9, 2023
1 parent ee25c5d commit e8e86c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ from invenio_records_resources.services.records.queryparser import (
)
from invenio_rdm_records.services.components import DefaultRecordsComponents
from invenio_oauthclient.views.client import auto_redirect_login
from invenio_communities.config import (
COMMUNITIES_FACETS,
)

from invenio_communities.communities.services import facets as community_facets

from zenodo_rdm.custom_fields import CUSTOM_FIELDS_UI, CUSTOM_FIELDS, CUSTOM_FIELDS_FACETS, NAMESPACES
Expand Down Expand Up @@ -370,7 +368,7 @@ COMMUNITIES_SEARCH = {
}

RDM_SEARCH_USER_COMMUNITIES = {
"facets": ["type", "funder", "organization", "visibility"],
"facets": ["type", "funder", "organization"],
"sort": ["bestmatch", "newest", "oldest"],
}
RDM_FACETS = {
Expand Down

0 comments on commit e8e86c0

Please sign in to comment.