From 5c893b27601a1808b7cd17985815b3cee56d092a Mon Sep 17 00:00:00 2001 From: lizargall <46635699+lizargall@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:24:20 -0800 Subject: [PATCH] Update search.mdx Docusaurus is so user friendly that you don't need to be a front end developer to use it. I couldn't figure out for the longest time why I kept getting error codes when I tried to test the search bar! --- website/docs/search.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/search.mdx b/website/docs/search.mdx index c3264f62ca18..0a5508f6c913 100644 --- a/website/docs/search.mdx +++ b/website/docs/search.mdx @@ -292,6 +292,9 @@ npm run swizzle @docusaurus/theme-search-algolia SearchBar Here are the most common issues Docusaurus users face when using Algolia DocSearch. #### No Search Results {#algolia-no-search-results} +:::tip +Search results won't work when you run Algolia locally. You'll need to build the site, not just run it. Indexing won't be available until you push to live! +::: Seeing no search results is usually related to an **index configuration problem**.