We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a39726 commit a0ea8bfCopy full SHA for a0ea8bf
1 file changed
src/useSiteSearch/index.tsx
@@ -63,8 +63,8 @@ type Highlighter = (
63
64
export type UseSiteSearchConfig<Client extends GenericClient> = {
65
client: Client;
66
- buildTriggerId: string;
67
- searchIndexId: string;
+ buildTriggerId?: string;
+ searchIndexId?: string;
68
fuzzySearch?: boolean;
69
resultsPerPage?: number;
70
highlightMatch?: Highlighter;
0 commit comments