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

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

Defines how Content Studio should treat the passed in search criteria

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

public enum CriteriaOptions
Members

  Member nameValueDescription
None0 The passed in critera is in SQL Server syntax for fulltext search operations. Content Studio does not make any attempt to verify or adjust the passed in syntax.
BuiltInAlgoritm1 Content Studio uses the built in parser that translates the passed in Criteria to the internal SQL Server syntax for fulltext search operations. The parser attempts to make it possible for the caller to directly pass in a Google-like user-friendly syntax.
See Also

Reference