From 9733ba9a503e18a27d5fef3470fde8b3bb54ec79 Mon Sep 17 00:00:00 2001 From: James Gray <101061708+randombeeper@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:35:59 +0200 Subject: [PATCH] Update DocSearch-program.md --- packages/website/docs/DocSearch-program.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/website/docs/DocSearch-program.md b/packages/website/docs/DocSearch-program.md index 2c05999d..69bb1d39 100644 --- a/packages/website/docs/DocSearch-program.md +++ b/packages/website/docs/DocSearch-program.md @@ -80,9 +80,7 @@ The `apiKey` the DocSearch team provides is [a search-only key](https://www.algo ## Why is the email API key different in the dashboard? -Algolia apps come with a default search API key, which also allow you to list indices, settings and search on **every** indices of your app. - -When your application is deployed, we provide a search **ONLY** API key, scoped to your production index, so you don't have to worry disclosing it in the frontend. +Every Algolia app comes with a default "Search API Key" which can be seen in the dashboard. That key allow you to list indices, settings, and search on **every** index owned by your application. In the case of a DocSearch application, in your acceptance email we provide a search **ONLY** API key scoped to only your DocSearch index. If for any reason you need to recover the API key sent in the email, just connect with our [support](https://algolia.com/support) team. ## How do I rotate my API keys?