> ## 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.

# SuperOffice.WebApi.Data.UserPreferenceStrings.Freetext

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Freetext" /> Class UserPreferenceStrings.Freetext

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Freetext

```csharp theme={null}
public static class UserPreferenceStrings.Freetext
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[UserPreferenceStrings.Freetext](SuperOffice.WebApi.Data.UserPreferenceStrings.Freetext.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Fields

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Freetext_AutoEnableTravel" /> AutoEnableTravel

Automatically enables freetext search on Travel databases. This will increase the size of local databases and the time required to generate prototypes
<p />Control type: Bool, access: Wizard

```csharp theme={null}
public const string AutoEnableTravel = "AutoEnableTravel"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Freetext_Enabled" /> Enabled

Enables freetext search
<p />Control type: Bool, access: Wizard

```csharp theme={null}
public const string Enabled = "Enabled"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Freetext_LastGenerated" /> LastGenerated

When was last full index run? ISO DateTime set when indexing starts

```csharp theme={null}
public const string LastGenerated = "LastGenerated"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Freetext_MaxSuggestWords" /> MaxSuggestWords

Maximum number of different words to be suggested as stopwords in stopword maintenance
<p />Control type: Number, access: Admin, Admin users, Wizard

```csharp theme={null}
public const string MaxSuggestWords = "MaxSuggestWords"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Freetext_MultiWordFTHitLimit" /> MultiWordFTHitLimit

Maximum number of hits returned by a multi-word freetext search (0 = no limit)
<p />Control type: Number, access: Admin, Admin users, Wizard

```csharp theme={null}
public const string MultiWordFTHitLimit = "MultiWordFTHitLimit"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Freetext_MultiWordFTOperator" /> MultiWordFTOperator

Criteria for freetext search on multiple words (1 = contains, 2 = starts with, 3 = exact match)
<p />Control type: List, access: Wizard

```csharp theme={null}
public const string MultiWordFTOperator = "MultiWordFTOperator"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Freetext_Section" /> Section

Section heading

```csharp theme={null}
public const string Section = "Freetext"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Freetext_SingleWordFTHitLimit" /> SingleWordFTHitLimit

Max. number of hits returned by a single-word freetext search (0 = no limit)
<p />Control type: Number, access: Admin, Admin users, Wizard

```csharp theme={null}
public const string SingleWordFTHitLimit = "SingleWordFTHitLimit"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Freetext_SingleWordFTOperator" /> SingleWordFTOperator

Criteria for freetext search on a single word (1 = contains, 2 = starts with, 3 = exact match)
<p />Control type: List, access: Wizard

```csharp theme={null}
public const string SingleWordFTOperator = "SingleWordFTOperator"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Person](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Person.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Project](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Project.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Quote](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Quote.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Sale](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Sale.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.ZFD](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.ZFD.md)
