Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,10 +16,10 @@ tags: ['SDK', 'Software Development Kit', 'TextQuery', 'TextQuery']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Terms** | **[]String** | Words or characters that specify a particular thing to be searched for. | [required]
**Fields** | **[]String** | The fields to be searched. | [required]
**MatchAny** | Pointer to **Boolean** | Indicates that at least one of the terms must be found in the specified fields; otherwise, all terms must be found. | [optional] [default to $false]
**Contains** | Pointer to **Boolean** | Indicates that the terms can be located anywhere in the specified fields; otherwise, the fields must begin with the terms. | [optional] [default to $false]
**Terms** | **[]String** | Words or characters that specify a particular thing to be searched for. | [required]
**Fields** | **[]String** | The fields to be searched. | [required]
**MatchAny** | **Boolean** | Indicates that at least one of the terms must be found in the specified fields; otherwise, all terms must be found. | [optional] [default to $false]
**Contains** | **Boolean** | Indicates that the terms can be located anywhere in the specified fields; otherwise, the fields must begin with the terms. | [optional] [default to $false]
## Examples