# SearchOptions Interface
# Properties
# ifNoMatch
• ifNoMatch: "returnLowerBound" | "returnUpperBound" | "returnNotFound"
Defined in src/Lookup/SearchStrategy.ts:19 (opens new window)
# ordering
• ordering: "asc" | "desc" | "none"
Defined in src/Lookup/SearchStrategy.ts:18 (opens new window)
# returnOccurrence Optional
• returnOccurrence? : "first" | "last"
Defined in src/Lookup/SearchStrategy.ts:20 (opens new window)