Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1583 | Concept search term/prefix to use ke…
Browse files Browse the repository at this point in the history
…yword name field
  • Loading branch information
snyaggarwal committed Aug 24, 2023
1 parent bd74c42 commit cb8dffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/concepts/documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Django:

@staticmethod
def get_match_phrase_attrs():
return ['name', 'external_id']
return ['_name', 'external_id']

@staticmethod
def get_exact_match_attrs():
Expand Down

0 comments on commit cb8dffb

Please sign in to comment.