Show / Hide Table of Contents

Class UserPreferenceStrings.Freetext

Freetext

Inheritance
object
UserPreferenceStrings.Freetext
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public static class UserPreferenceStrings.Freetext

Fields

AutoEnableTravel

Automatically enables freetext search on Travel databases. This will increase the size of local databases and the time required to generate prototypes

Control type: Bool, access: Wizard
Declaration
public const string AutoEnableTravel = "AutoEnableTravel"
Field Value
Type Description
string

Enabled

Enables freetext search

Control type: Bool, access: Wizard
Declaration
public const string Enabled = "Enabled"
Field Value
Type Description
string

LastGenerated

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

Declaration
public const string LastGenerated = "LastGenerated"
Field Value
Type Description
string

MaxSuggestWords

Maximum number of different words to be suggested as stopwords in stopword maintenance

Control type: Number, access: Admin, Admin users, Wizard
Declaration
public const string MaxSuggestWords = "MaxSuggestWords"
Field Value
Type Description
string

MultiWordFTHitLimit

Maximum number of hits returned by a multi-word freetext search (0 = no limit)

Control type: Number, access: Admin, Admin users, Wizard
Declaration
public const string MultiWordFTHitLimit = "MultiWordFTHitLimit"
Field Value
Type Description
string

MultiWordFTOperator

Criteria for freetext search on multiple words (1 = contains, 2 = starts with, 3 = exact match)

Control type: List, access: Wizard
Declaration
public const string MultiWordFTOperator = "MultiWordFTOperator"
Field Value
Type Description
string

Section

Section heading

Declaration
public const string Section = "Freetext"
Field Value
Type Description
string

SingleWordFTHitLimit

Max. number of hits returned by a single-word freetext search (0 = no limit)

Control type: Number, access: Admin, Admin users, Wizard
Declaration
public const string SingleWordFTHitLimit = "SingleWordFTHitLimit"
Field Value
Type Description
string

SingleWordFTOperator

Criteria for freetext search on a single word (1 = contains, 2 = starts with, 3 = exact match)

Control type: List, access: Wizard
Declaration
public const string SingleWordFTOperator = "SingleWordFTOperator"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top