View source: R/search_client.R
infer_search_service | R Documentation |
The 'infer_search_service' function determines the appropriate search service for a given search operator. This function is essential for ensuring that queries are directed to the correct search service, such as basic search, text search, sequence search, etc.
infer_search_service(search_operator)
search_operator |
A query operator object that specifies the type of search being performed. |
A string representing the inferred search service, which is necessary for constructing a valid query.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.