Skip to main content

Interface: SearchOptions

The options that can be provided to doc.search

Properties

excludePrivateElements

Optional excludePrivateElements: boolean

Whether to exclude private elements or not

Default

false

Defined in

lib/utils/interfaces.ts:37


jaroWinklerMinimumThreshold

Optional jaroWinklerMinimumThreshold: number

The Jaro Winkler minimum threshold distance. Decrease this to more often get matches.

Default

0.8 (80%)

Defined in

lib/utils/interfaces.ts:43