Skip to content

Commit 5f60268

Browse files
authored
fix(autocomplete): add indexId to type (#6050)
fixes #6049
1 parent 5edf56b commit 5f60268

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/instantsearch.js/src/connectors/autocomplete/connectAutocomplete.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ export type AutocompleteRenderState = {
4141
*/
4242
indexName: string;
4343

44+
/**
45+
* The id of the index
46+
*/
47+
indexId: string;
48+
4449
/**
4550
* The resolved hits from the index matching the query.
4651
*/

0 commit comments

Comments
 (0)