griffithlab / civic-client

Web client for CIViC: Clinical Interpretations of Variants in Cancer
MIT License
50 stars 28 forks source link

added 'grid-view' flag to adv. search request made to populate organization summary #1411

Closed jmcmichael closed 4 years ago

jmcmichael commented 4 years ago

hotfix to add a flag to the adv. search query that indicates to the server that a light-weight response should be returned that only includes fields required to render an evidence-grid component.

There are a couple of other instances where this query is used, however I think those will return only relatively few evidence records.

Will depend on a server hotfix to implement the lightweight response & query flag before deploying.