> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum StringSearchType

> Enumeration that exposes what search types that are supported.

Enumeration that exposes what search types that are supported.

## Syntax

```crmscript theme={null}
StringSearchType
```

## Fields

| Name       | Description                                                                           |
| ---------- | ------------------------------------------------------------------------------------- |
| Exact      | The Exact element searches for an exact string in your searchable content.            |
| BeginsWith | The BeginsWith element searches for a string at the start of your searchable content. |
| EndsWith   | The EndsWith element searches for a string at the end of your searchable content.     |
| Contains   | The Exact element searches for a string in searchable content.                        |
