Click or drag to resize

IFTSIndexIgnoreAccents 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-b0364
Syntax
C#
IFTSIndex IgnoreAccents(
	bool ignoreAccents
)

Parameters

ignoreAccents
Type: SystemBoolean
Whether or not to ignore accents

Return Value

Type: IFTSIndex
The index for further processing
See Also