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:35
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:41