monarch-initiative / biolink-api

API for linked biological knowledge
https://api.monarchinitiative.org/api/
BSD 3-Clause "New" or "Revised" License
63 stars 25 forks source link

Add fq to autocomplete endpoint #351

Closed kshefchek closed 4 years ago

kshefchek commented 4 years ago

Adds fq param to autocomplete to support complex filters. This is needed for the phenotype profile search autocomplete in which we want to filter solr with (category:phenotype OR (category:gene AND (prefix:HGNC OR has_phenotype:true)) (category:disease AND has_phenotype:true))