# SearchStrategy Interface
# Methods
# advancedFind
▸ advancedFind(keyMatcher: function, range: SimpleRangeValue, options: AdvancedFindOptions): number
Defined in src/Lookup/SearchStrategy.ts:33 (opens new window)
Parameters:
▪ keyMatcher: function
▸ (arg: RawInterpreterValue): boolean
Parameters:
| Name | Type |
|---|---|
arg | RawInterpreterValue |
▪ range: SimpleRangeValue
▪ options: AdvancedFindOptions
Returns: number
# find
▸ find(searchKey: RawNoErrorScalarValue, range: SimpleRangeValue, options: SearchOptions): number
Defined in src/Lookup/SearchStrategy.ts:31 (opens new window)
Parameters:
| Name | Type |
|---|---|
searchKey | RawNoErrorScalarValue |
range | SimpleRangeValue |
options | SearchOptions |
Returns: number