mdn / yari

The platform code behind MDN Web Docs
Mozilla Public License 2.0
1.16k stars 486 forks source link

fix(search): hide "No query, no results" on server #11359

Open caugner opened 1 week ago

caugner commented 1 week ago

Summary

Fixes #4006.

Problem

When opening the full-text search, a "No query, no results" message appears shortly, because the query is empty during server-side rendering.

Solution

Hide the message during server-side rendering.


How did you test this change?

Ran yarn dev and opened http://localhost:3000/en-US/search/?q=html with the internet connection slowed down via DevTools.