File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/instant-meilisearch Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ where `searchClient` is to be passed to instantsearch.js or its many framework a
157
157
- [ ` finitePagination ` ] ( #finite-pagination ) : Enable finite pagination when using the [ ` pagination ` ] ( #-pagination ) widget (default: ` false ` ) .
158
158
- [ ` primaryKey ` ] ( #primary-key ) : Specify the primary key of your documents (default ` undefined ` ).
159
159
- [ ` keepZeroFacets ` ] ( #keep-zero-facets ) : Show the facets value even when they have 0 matches (default ` false ` ).
160
- - [ ` requestConfig ` ] ( #request-config ) : Use custom request configurations.
160
+ - [ ` requestInit ` ] ( #request-config ) : Use custom request configurations.
161
161
- [ ` httpClient ` ] ( #custom-http-client ) : Use a custom HTTP client.
162
162
- [ ` meiliSearchParams ` ] ( #meilisearch-search-parameters ) : Override a selection of Meilisearch search parameters (default ` undefined ` ).
163
163
@@ -238,7 +238,7 @@ for example, with custom headers.
238
238
239
239
``` ts
240
240
{
241
- requestConfig : {
241
+ requestInit : {
242
242
headers : {
243
243
Authorization : AUTH_TOKEN
244
244
},
You can’t perform that action at this time.
0 commit comments