FulltextSearchFulltextSearchMethod Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Defines the query algorithm to use when performing a full-text search

Namespace: ContentStudio.Document.Fulltext
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum FulltextSearchMethod
Members

  Member nameValueDescription
Contains0Use the precise Contains method. This is the default search algorithm.
Freetext1Use the simple to use Freetext method that supports forms of words. Logical boolean operators cannot be used. This setting is new in Content Studio version 5.1.
Remarks

This enumeration is new in Content Studio version 5.1.
See Also

Reference