Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1352 | concept facets for encoded characters
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Sep 15, 2022
1 parent 2d8a4c5 commit fe584c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/concepts/search.py
Expand Up @@ -11,7 +11,7 @@ class ConceptSearch(CommonSearch):
fields = [
'datatype', 'concept_class', 'locale', 'retired',
'source', 'owner', 'owner_type', 'is_latest_version', 'is_active', 'name', 'collection', 'name_types',
'description_types',
'description_types', 'id'
]

facets = {
Expand Down

0 comments on commit fe584c0

Please sign in to comment.