Search K
Appearance
Appearance
Searches the Mesh index using a text query and optional filters, returning either full record objects or record IDs.
Use this task to query Mesh for documents or records matching a combination of free-text and filter criteria. The result type controls whether the task returns complete record objects for detailed downstream processing or a lightweight list of IDs suitable for large-scale lookups. Choosing Record Ids Only removes the result cap and returns up to 10,000 IDs, while Full Object returns up to 50 complete records.
| Field | Type | Required | Description |
|---|---|---|---|
| Result Type | Dropdown | Yes | Controls whether results are returned as full record objects or as record IDs only. Options: Full Object, Record Ids Only. |
| Search Text | Text | No | Free-text search string combined with any applied filters to refine results. |
| Filters | Key-Value Pairs | No | Key-value pairs where each key is a Mesh field name and the value is the filter term to apply. |
| Max Results Full Object | Text | No | Maximum number of full record objects to return. Only applies when Result Type is Full Object. Maximum value is 50. |
| Max Results Record Ids | Text | No | Maximum number of record IDs to return. Only applies when Result Type is Record Ids Only. Maximum value is 10,000. |
Max Results Full Object is only shown when Result Type is set to Full Object. Max Results Record Ids is only shown when Result Type is set to Record Ids Only.
| Name | Description |
|---|---|
| SearchResults | When Result Type is Full Object, a list of full Mesh record objects matching the query. When Result Type is Record Ids Only, a list of record ID strings. |