---
id: v1-search-criteria-text-query
title: SearchCriteriaTextQuery
pagination_label: SearchCriteriaTextQuery
sidebar_label: SearchCriteriaTextQuery
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'SearchCriteriaTextQuery', 'v1SearchCriteriaTextQuery']
slug: /tools/sdk/typescript/suggested_entitlement_description/models/search-criteria-text-query
tags: ['SDK', 'Software Development Kit', 'SearchCriteriaTextQuery', 'v1SearchCriteriaTextQuery']
---

# SearchCriteriaTextQuery

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**terms** | **(optional)** `Array<string>` | Terms to search for. | [default to undefined]
**fields** | **(optional)** `Array<string>` | Fields to search within. | [default to undefined]
**matchAny** | **(optional)** `boolean` | Whether to match any of the terms. | [default to false]

