Skip to content

Commit

Permalink
mychem aeolus reverse: add count>20
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenXu committed Mar 19, 2024
1 parent 511c45a commit c09eeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mychem.info/openapi_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ components:
## need the whole thing for jmespath to work
fields: aeolus.unii,aeolus.indications ## no prefix
size: 1000 ## note size limit
jmespath: "aeolus.indications|[?(meddra_code=='{{ queryInputs }}')]"
jmespath: "aeolus.indications|[?count>`20` && meddra_code=='{{ queryInputs }}']"
predicate: treated_by
source: "infores:aeolus"
response_mapping:
Expand Down

0 comments on commit c09eeeb

Please sign in to comment.