diff --git a/packages/gitbook/src/components/Search/SearchResults.tsx b/packages/gitbook/src/components/Search/SearchResults.tsx index 4bf253eaf..1eca294d4 100644 --- a/packages/gitbook/src/components/Search/SearchResults.tsx +++ b/packages/gitbook/src/components/Search/SearchResults.tsx @@ -77,7 +77,8 @@ export const SearchResults = React.forwardRef(function SearchResults( let cancelled = false; - setResultsState({ results: [], fetching: true }); + // Silently fetch the recommended questions, instead of showing a spinner + setResultsState({ results: [], fetching: false }); // We currently have a bug where the same question can be returned multiple times. // This is a workaround to avoid that.