Skip to content

Commit

Permalink
communities-facets: remove visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 8, 2023
1 parent 4faac62 commit 285d86a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -357,21 +357,15 @@ ZENODO_COMMUNITIES_FACETS = {
"ui": {
"field": "metadata.organizations",
},
},
"visibility": {
"facet": zenodo_community_facets.visibility,
"ui": {
"field": "visibility",
},
},
}
}

COMMUNITIES_FACETS = {
**ZENODO_COMMUNITIES_FACETS,
}

COMMUNITIES_SEARCH = {
"facets": ["type", "funder", "organization", "visibility"],
"facets": ["type", "funder", "organization"],
"sort": ["bestmatch", "newest", "oldest"],
}

Expand Down

0 comments on commit 285d86a

Please sign in to comment.