chore: bump dependencies (#3258)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ export type SearchResult<Doc extends object & { excludeFromSearch?: boolean }> =
|
||||
* Options for StaticSpotlightSearcher initialization
|
||||
*/
|
||||
export type StaticSpotlightSearcherOptions<
|
||||
Doc extends object & { excludeFromSearch?: boolean }
|
||||
Doc extends object & { excludeFromSearch?: boolean },
|
||||
> = {
|
||||
/**
|
||||
* The array of field names in the given documents to search against
|
||||
@@ -53,7 +53,7 @@ export type StaticSpotlightSearcherOptions<
|
||||
* that can optionally be toggled against (via the `excludeFromSearch` property in the Doc)
|
||||
*/
|
||||
export abstract class StaticSpotlightSearcherService<
|
||||
Doc extends object & { excludeFromSearch?: boolean }
|
||||
Doc extends object & { excludeFromSearch?: boolean },
|
||||
>
|
||||
extends Service
|
||||
implements SpotlightSearcher
|
||||
|
||||
Reference in New Issue
Block a user