Diacritics

public enum Diacritics

Options for Latin script characters. Matches the raw remove_diacritics tokenizer argument.

See https://www.sqlite.org/fts3.html

  • Do not remove diacritics from Latin script characters. This option matches the raw remove_diacritics=0 tokenizer argument.

    Declaration

    Swift

    case keep
  • Remove diacritics from Latin script characters. This option matches the raw remove_diacritics=1 tokenizer argument.

    Declaration

    Swift

    case removeLegacy
  • Remove diacritics from Latin script characters. This option matches the raw remove_diacritics=2 tokenizer argument, available from SQLite 3.27.0