i18n: { searchMinimumCharacterLength: number } = ...

Localization constants.

Type declaration

  • searchMinimumCharacterLength: number

    In operations involving the document index, search prefixes must have at least this many characters to avoid too large a search space. Languages that have hundreds or thousands of characters will typically have very shallow search trees, so it should be safe to lower this number in those cases.