Skip to content

Commit

Permalink
Update POST INT_FIELDS to include HGNC and MIM
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed Nov 17, 2019
1 parent 60d3d9b commit 7871bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/api/query_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _POST_single_query(self, term, scopes=None):

def _POST_query(self, qs, scopes):
_q = []
INT_FIELDS = set(['entrezgene', 'retired'])
INT_FIELDS = set(('entrezgene', 'retired', 'HGNC', 'MIM'))

if not scopes:
scopes = self.default_scopes
Expand Down

0 comments on commit 7871bdf

Please sign in to comment.