Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#2023 | added concept class and datatype in …
Browse files Browse the repository at this point in the history
…matching algo
  • Loading branch information
snyaggarwal committed Dec 6, 2024
1 parent 9b1b03f commit 08e0126
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/concepts/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ class ConceptFuzzySearch: # pragma: no cover
['name', 8],
['synonyms', 6],
['same_as_mapped_codes', 5],
['other_map_codes', 3]
['other_map_codes', 3],
['concept_class', 'datatype', 3],
]
fuzzy_fields = ['name', 'synonyms']

Expand Down

0 comments on commit 08e0126

Please sign in to comment.