Last date modified: 2025-Jul-02

Interface: ISearchManager

Methods

findAll()

findAll(searchTerm, config?, ...args?): Promise<TextSearchResult[]>

Parameters

searchTerm: string

config?: PartialTextSearchConfig

• ...args?: any[]

Returns

Promise<TextSearchResult[]>

Return to top of the page
Feedback