Click or drag to resize

IFullTextIndexIgnoreAccents Method

Sets whether or not to ignore accents when performing the full text search

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
IFullTextIndex IgnoreAccents(
	bool ignoreAccents
)

Parameters

ignoreAccents
Type: SystemBoolean
Whether or not to ignore accents

Return Value

Type: IFullTextIndex
The index for further processing
See Also