We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4c143 commit ba0a80eCopy full SHA for ba0a80e
1 file changed
src/nodenorm/handlers/normalized_nodes.py
@@ -304,7 +304,7 @@ async def _lookup_curie_metadata(
304
specified by index.max_terms_count is 65536 (2**16), we should be well under given our
305
usual maximum query size is ~3000 CURIE identifiers
306
307
- We most also be careful though as the terms query is simply checking if any document
+ We must also be careful though as the terms query is simply checking if any document
308
contains at least one of the terms. We expect a 1-1 matching for CURIE identifier to
309
document, so we can determine which terms were not found via set difference between the
310
returned document CURIE identifiers and the user provided set of CURIE identifiers
0 commit comments