ignoreAccents property

bool ignoreAccents

Whether the index should ignore accents and diacritical marks.

The default is false.

Implementation

bool get ignoreAccents;
void ignoreAccents=(bool value)

Implementation

set ignoreAccents(bool value);