Skip to content

Commit

Permalink
Update builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Zhou committed Sep 27, 2021
1 parent b9cf4d9 commit f1abb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biothings/web/query/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(self, seq: object):
# (support multisearch)
#--------------------------↓↓↓--------------------------
# _build_one
# (dispatch basing on scopes)
# (dispatch basing on scopes, then apply_extras(..))
#------------↓↓↓------------------------↓↓↓-------------
# _build_string_query | _build_match_query
# (__all__, userquery,..) | (compound match query)
Expand Down

0 comments on commit f1abb68

Please sign in to comment.