Skip to content

Search Mesh ​

Searches the Mesh index using a text query and optional filters, returning either full record objects or record IDs.

Purpose ​

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.

Inputs ​

FieldTypeRequiredDescription
Result TypeDropdownYesControls whether results are returned as full record objects or as record IDs only. Options: Full Object, Record Ids Only.
Search TextTextNoFree-text search string combined with any applied filters to refine results.
FiltersKey-Value PairsNoKey-value pairs where each key is a Mesh field name and the value is the filter term to apply.
Max Results Full ObjectTextNoMaximum number of full record objects to return. Only applies when Result Type is Full Object. Maximum value is 50.
Max Results Record IdsTextNoMaximum number of record IDs to return. Only applies when Result Type is Record Ids Only. Maximum value is 10,000.

Visibility Rules ​

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.

Outputs ​

NameDescription
SearchResultsWhen 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.

Tentech