Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AutocompleteMatchSorterOptions

Index

Properties

keepDiacritics?: boolean

By default, match-sorter will strip diacritics before doing any comparisons. You can use this option to disable this behavior.

recipe?: CaseTypes

By default, match-sorter assumes spaces to be the word separator. However, you can use this option with the CaseTypes enum to choose a different casing style.

Thresholds can be used to specify the criteria used to rank the results. Available thresholds are in the MatchSorterRankings enum.

Generated using TypeDoc