Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1703 | removed unused facets
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Dec 16, 2023
1 parent 5fe2866 commit a0e870d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/common/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ def get_facets(self):
facets.pop('collection_version', None)
facets.pop('expansion', None)
facets.pop('collection_owner_url', None)
facets.pop('is_in_latest_source_version', None)
facets.pop('is_latest_version', None)
return facets

def get_extras_searchable_fields_from_query_params(self):
Expand Down

0 comments on commit a0e870d

Please sign in to comment.