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 IFTSIndex IgnoreAccents(
bool ignoreAccents
)
Parameters
- ignoreAccents
- Type: SystemBoolean
Whether or not to ignore accents
Return Value
Type:
IFTSIndexThe index for further processing
See Also