monarch-initiative / monarch-py

Monarch Python API
1 stars 0 forks source link

Allow multiple values using OR semantics on get_associations #82

Closed kevinschaper closed 1 year ago

kevinschaper commented 1 year ago

Should accept lists in the function input and do an ' OR '.join when building the solr/sql association query

(making sure to quote facet values to deal with ':')

glass-ships commented 1 year ago

see #90