diff --git a/README.md b/README.md index 0d0f6a31..415a1092 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ import { instantMeiliSearch } from '@meilisearch/instant-meilisearch' const searchClient = instantMeiliSearch( 'https://integration-demos.meilisearch.com', // Host - 'q7QHwGiX841a509c8b05ef29e55f2d94c02c00635f729ccf097a734cbdf7961530f47c47' // API key + '99d1e034ed32eb569f9edc27962cccf90b736e4c5a70f7f5e76b9fab54d6a185' // API key ) ``` @@ -91,7 +91,7 @@ import { instantMeiliSearch } from '@meilisearch/instant-meilisearch' const searchClient = instantMeiliSearch( 'https://integration-demos.meilisearch.com', - 'q7QHwGiX841a509c8b05ef29e55f2d94c02c00635f729ccf097a734cbdf7961530f47c47', + '99d1e034ed32eb569f9edc27962cccf90b736e4c5a70f7f5e76b9fab54d6a185', { paginationTotalHits: 30, // default: 200. placeholderSearch: false, // default: true. @@ -205,7 +205,7 @@ const search = instantsearch({ indexName: 'steam-video-games', searchClient: instantMeiliSearch( 'https://integration-demos.meilisearch.com', - 'q7QHwGiX841a509c8b05ef29e55f2d94c02c00635f729ccf097a734cbdf7961530f47c47' + '99d1e034ed32eb569f9edc27962cccf90b736e4c5a70f7f5e76b9fab54d6a185' ), }) @@ -326,7 +326,7 @@ const search = instantsearch({ indexName: 'instant_search', searchClient: instantMeiliSearch( 'https://integration-demos.meilisearch.com', - 'q7QHwGiX841a509c8b05ef29e55f2d94c02c00635f729ccf097a734cbdf7961530f47c47', + '99d1e034ed32eb569f9edc27962cccf90b736e4c5a70f7f5e76b9fab54d6a185', { // ... InstantMeiliSearch options } diff --git a/playgrounds/angular/src/app/app.component.ts b/playgrounds/angular/src/app/app.component.ts index 5d438c82..211a8948 100644 --- a/playgrounds/angular/src/app/app.component.ts +++ b/playgrounds/angular/src/app/app.component.ts @@ -3,7 +3,7 @@ import { instantMeiliSearch } from '../../../../src' const searchClient = instantMeiliSearch( 'https://integration-demos.meilisearch.com', - 'q7QHwGiX841a509c8b05ef29e55f2d94c02c00635f729ccf097a734cbdf7961530f47c47' + '99d1e034ed32eb569f9edc27962cccf90b736e4c5a70f7f5e76b9fab54d6a185' ) @Component({ diff --git a/playgrounds/geo-javascript/src/app.js b/playgrounds/geo-javascript/src/app.js index 598c6061..4e7c4e85 100644 --- a/playgrounds/geo-javascript/src/app.js +++ b/playgrounds/geo-javascript/src/app.js @@ -10,7 +10,7 @@ injectScript( indexName: 'world_cities', searchClient: instantMeiliSearch( 'https://integration-demos.meilisearch.com', - 'q7QHwGiX841a509c8b05ef29e55f2d94c02c00635f729ccf097a734cbdf7961530f47c47', + '99d1e034ed32eb569f9edc27962cccf90b736e4c5a70f7f5e76b9fab54d6a185', { limitPerRequest: 20, } diff --git a/playgrounds/html/public/index.html b/playgrounds/html/public/index.html index 6c69a362..9bba205d 100644 --- a/playgrounds/html/public/index.html +++ b/playgrounds/html/public/index.html @@ -28,7 +28,7 @@ indexName: "steam-video-games", searchClient: instantMeiliSearch( "https://integration-demos.meilisearch.com", - "q7QHwGiX841a509c8b05ef29e55f2d94c02c00635f729ccf097a734cbdf7961530f47c47" + "99d1e034ed32eb569f9edc27962cccf90b736e4c5a70f7f5e76b9fab54d6a185" ) }); search.addWidgets([ diff --git a/playgrounds/javascript/src/app.js b/playgrounds/javascript/src/app.js index 1033d088..e3f0b059 100644 --- a/playgrounds/javascript/src/app.js +++ b/playgrounds/javascript/src/app.js @@ -4,7 +4,7 @@ const search = instantsearch({ indexName: 'steam-video-games', searchClient: instantMeiliSearch( 'https://integration-demos.meilisearch.com', - 'q7QHwGiX841a509c8b05ef29e55f2d94c02c00635f729ccf097a734cbdf7961530f47c47', + '99d1e034ed32eb569f9edc27962cccf90b736e4c5a70f7f5e76b9fab54d6a185', { limitPerRequest: 30, } diff --git a/playgrounds/react/src/App.js b/playgrounds/react/src/App.js index b4442b0a..d8936b8a 100644 --- a/playgrounds/react/src/App.js +++ b/playgrounds/react/src/App.js @@ -18,7 +18,7 @@ import { instantMeiliSearch } from '../../../src/index' const searchClient = instantMeiliSearch( 'https://integration-demos.meilisearch.com', - 'q7QHwGiX841a509c8b05ef29e55f2d94c02c00635f729ccf097a734cbdf7961530f47c47', + '99d1e034ed32eb569f9edc27962cccf90b736e4c5a70f7f5e76b9fab54d6a185', { paginationTotalHits: 60, primaryKey: 'id', diff --git a/playgrounds/vue/src/App.vue b/playgrounds/vue/src/App.vue index 2e8b625b..7331e9b1 100644 --- a/playgrounds/vue/src/App.vue +++ b/playgrounds/vue/src/App.vue @@ -85,7 +85,7 @@ export default { recommendation: '', searchClient: instantMeiliSearch( 'https://integration-demos.meilisearch.com', - 'q7QHwGiX841a509c8b05ef29e55f2d94c02c00635f729ccf097a734cbdf7961530f47c47' + '99d1e034ed32eb569f9edc27962cccf90b736e4c5a70f7f5e76b9fab54d6a185' ), } },