Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- searchString | character | The term to search for | [optional] filters | map(array[character]) | Map[String, Array[String] ] Each entry contains the column name (i.e. \"library:indication\") and a list of terms that will be or'ed in the query ([\"cancer\", \"sleep apnea\"]) | [optional] researchPurpose | ResearchPurpose | | [optional] fieldAggregations | map(integer) | Map[String, Int] The list of fields for which you would like to retrieve aggregations and the number of aggregations to return. Default is 5. Specify 0 to get all | [optional] from | integer | Where in the results list to start (used for pagination) | [optional] [default to 0] size | integer | How many results to return | [optional] [default to 10] sortField | character | Field name on which to sort; defaults to sort by relevance if not specified | [optional] sortDirection | character | asc or desc; defaults to asc if not specified | [optional]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.