A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class SearchField.IncludeInDefaultSearch

Defines if the field should be included in the default text search.

Inheritance
System.Object
SearchField.IncludeInDefaultSearch
Namespace: Mediachase.Search.Extensions
Assembly: Mediachase.Search.Extensions.dll
Version: 14.26.0
Syntax
public sealed class IncludeInDefaultSearch : ValueType

Fields

NO

Value is not included in the default text search.

Declaration
public const string NO = "IncludeInDefaultSearch.No"
Field Value
Type Description
System.String

YES

Value is included in the default text search.

Declaration
public const string YES = "IncludeInDefaultSearch.Yes"
Field Value
Type Description
System.String