> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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.                        |


## Related topics

- [SuperOffice.WebApi.Data.StringSearchType](/en/api/reference/webapi/SuperOffice.WebApi.Data.StringSearchType.md)
- [SuperOffice.WebApi.Data.PhoneListPreferences](/en/api/reference/webapi/SuperOffice.WebApi.Data.PhoneListPreferences.md)
- [NSPhoneListPreferences](/en/automation/crmscript/reference/CRMScript.NetServer.NSPhoneListPreferences.md)
- [Search](/en/api/reference/restful/agent/ai_agent/search.md)
- [Search With Preferences](/en/api/reference/restful/agent/phonelist_agent/search-with-preferences.md)
- [Supports Advanced Search](/en/api/reference/restful/agent/erpsync_agent/supports-advanced-search.md)
