StripAccents

Name

StripAccents -- converts letters to their non-accented counterparts

indexer.conf

search.htm

Synopsis

StripAccents {yes | no}

StripAccents is designed for the databases not supporting accent insensitive collations. When StripAccents is set to yes, all accented letters are converted to their non-accented counterparts before storing information into the search index, and before loading information from the word index.

StripAccents must be set to the same values in both indexer.conf and search.htm.

The default value is no

Scope

StripAccents takes global effect for the entire configuration file and should be used only one time.

Examples


StripAccents yes
      

See also

CaseFolding, the Section called Accent insensitive search in Chapter 10, the Section called Highlighting collation matches in Chapter 10.