Replicate the VFB site's autocomplete query
Source:R/vfb_extended_query.R
vfb_autocomplete_query.Rd
Replicate the VFB site's autocomplete query
Arguments
- query
A character vector containing one or more queries - see details. Wildcards (
?*
) can be used, and have a similar meaning to their use in the shell. Queries are case insensitive.- ...
Additional arguments passed to
pbsapply
when there are multiple input queries and eventuallyvfb_solr_query
. You can use this e.g. to set the number of returnedrows
.
Details
This is a rather non-selective query that emphasises exact matches and terms in the BRAINNAME defining key ontology components by returning them in the first rows of the result list.