Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1972 | added from/to concept as facet
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Nov 28, 2024
1 parent dc9bdda commit ccf29f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/mappings/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ class Meta:
'id_lowercase': {'sortable': True, 'filterable': False, 'exact': False},
'last_update': {'sortable': True, 'filterable': False, 'facet': False, 'default': 'desc'},
'updated_by': {'sortable': False, 'filterable': False, 'facet': True},
'from_concept': {'sortable': False, 'filterable': True, 'facet': False, 'exact': True},
'to_concept': {'sortable': False, 'filterable': True, 'facet': False, 'exact': True},
'from_concept': {'sortable': False, 'filterable': True, 'facet': True, 'exact': True},
'to_concept': {'sortable': False, 'filterable': True, 'facet': True, 'exact': True},
'retired': {'sortable': False, 'filterable': True, 'facet': True},
'map_type': {'sortable': True, 'filterable': True, 'facet': True, 'exact': False},
'source': {'sortable': True, 'filterable': True, 'facet': True, 'exact': False},
Expand Down

0 comments on commit ccf29f2

Please sign in to comment.