Skip to main content
Used to manage freetext search.

Constructors

NSFreeText()

Initializes a new instance of the NSFreeText class.

Methods

GetAutoEnableTravelAreas()

Returns: CRMScript.Global.Bool - Automatically enable free-text search for new travel areas. Example:

GetCountWords()

Returns: CRMScript.Global.Integer - Count of unique search words. Example:

GetFreeTextEnabled()

Returns: CRMScript.Global.Bool - True if free-text search enabled. Example:

GetLastGenerated()

Returns: CRMScript.Global.DateTime - Last time search has been generated. Example:

GetMultiWordOperator()

Returns: CRMScript.Global.Integer - Starts with, contains or exact match. See <xref href=“CRMScript.NetServer.FreeTextOperator” data-throw-if-not-resolved=“false”></xref> Example:

GetOccurrences()

Returns: CRMScript.Global.Integer - Total count of search words. Example:

GetSingleWordOperator()

Returns: CRMScript.Global.Integer - Starts with, contains or exact match. See <xref href=“CRMScript.NetServer.FreeTextOperator” data-throw-if-not-resolved=“false”></xref> Example:

SetAutoEnableTravelAreas(Bool)

Returns: CRMScript.Global.Void Example:

SetCountWords(Integer)

Returns: CRMScript.Global.Void Example:

SetFreeTextEnabled(Bool)

Returns: CRMScript.Global.Void Example:

SetLastGenerated(DateTime)

Returns: CRMScript.Global.Void Example:

SetMultiWordOperator(Integer)

Returns: CRMScript.Global.Void Example:

SetOccurrences(Integer)

Returns: CRMScript.Global.Void Example:

SetSingleWordOperator(Integer)

Returns: CRMScript.Global.Void Example: