Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
normalize adoptionName
Browse files Browse the repository at this point in the history
  • Loading branch information
naknomum committed Oct 4, 2023
1 parent 45a646e commit 95209e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/modules/individuals/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ def patch_elasticsearch_mappings(cls, mappings):
'type': 'keyword',
'normalizer': 'codex_keyword_normalizer',
}
mappings['adoptionName'] = {
'type': 'keyword',
'normalizer': 'codex_keyword_normalizer',
}
mappings['comments'] = {'type': 'text'}

if 'customFields' in mappings:
Expand Down

0 comments on commit 95209e2

Please sign in to comment.