Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FuzzySearch

Hierarchy

  • FuzzySearch

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Static Private Readonly POST

POST: "\u0002" = '\x02'

Static Private Readonly PRE

PRE: "\u0001" = '\x01'

Methods

filter

Protected mapRanges

  • mapRanges(input: string): readonly Range[]

Protected mapResult

  • mapResult<T>(result: FilterResult<T>): Match<T>

Protected sortResults

  • sortResults<T>(left: FilterResult<T>, right: FilterResult<T>): number