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.1.0-b0232
Syntax IFullTextIndex IgnoreAccents(
bool ignoreAccents
)
Parameters
- ignoreAccents
- Type: SystemBoolean
Whether or not to ignore accents
Return Value
Type:
IFullTextIndexThe index for further processing
See Also