dgidb / dgidb-v5

Providing interactions between drugs and genes sourced from a variety of publications and knowledgebases
https://dgidb.org
MIT License
14 stars 2 forks source link

Bulk search #485

Closed ahwagner closed 6 months ago

ahwagner commented 6 months ago

DGIdb v4 used to allow bulk search of genes or drugs. This behavior is not available in the v5 interface, instead multi-term searches are evaluted as a contiguous string, e.g.:

image

is what you get if you put "EGFR ALK" in the search box, instead of:

image

When you type out / individual select concepts.

This behavior makes it difficult to do bulk queries from the landing page. We should consider how to enable bulk search for the end user, perhaps borrowing from the DGIdb v4 design.

mcannon068nw commented 6 months ago

potentially related: https://github.com/dgidb/dgidb-v5/issues/350