Skip to content

Commit

Permalink
Search chembl.molecule_chembl_id by default (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravila4 committed Apr 14, 2022
1 parent 153fc5e commit c13903a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/hub/dataload/sources/chembl/chembl_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,10 @@ def get_mapping(cls):
},
"molecule_chembl_id": {
"normalizer": "keyword_lowercase_normalizer",
"type": "keyword"
"type": "keyword",
"copy_to": [
"all"
]
},
"molecule_properties": {
"properties": {
Expand Down

0 comments on commit c13903a

Please sign in to comment.