Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#37 | added name/description types as concep…
Browse files Browse the repository at this point in the history
…t facet filters
  • Loading branch information
snyaggarwal committed Oct 25, 2021
1 parent 4b0efd0 commit c6da9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/ResultConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export const TAGS = {
ValueSet: [...VALUE_SET_TAGS]
}
export const FACET_ORDER = {
concepts: ['owner', 'ownerType', 'source', 'conceptClass', 'datatype', 'locale', 'retired', 'collection_membership'],
concepts: ['owner', 'ownerType', 'source', 'conceptClass', 'datatype', 'locale', 'retired', 'collection_membership', 'name_types', 'description_types'],
mappings: [
'owner', 'ownerType', 'source', 'mapType',
'fromConceptOwner', 'fromConceptOwnerType', 'fromConceptSource', 'fromConcept',
Expand Down

0 comments on commit c6da9ea

Please sign in to comment.