cmfcmf / docusaurus-search-local

Offline / Local Search for Docusaurus v2. Try it live at:
https://cmfcmf.github.io/OpenWeatherMap-PHP-API/
MIT License
438 stars 67 forks source link

SearchBar not showing up immediately #49

Open goceee opened 3 years ago

goceee commented 3 years ago

Bug description

The search bar is loaded last on the page, basically everything loads on the page and then the search bar shows up.

Any ideas on how to show the search bar immediately when the page opens up?

Reproduction

Create a Docusaurus project using the steps outlined in their website, install this plugin and add plugins: [require.resolve("@cmfcmf/docusaurus-search-local")] to docusaurus config.

Environment

Latest docusaurus version.

Package Versions

If you use Yarn: yarn list --pattern '@docusaurus|@cmfcmf' --depth=0 If you use npm: npm list '@docusaurus/core' '@cmfcmf/docusaurus-search-local'

Node Version

node -v

Docusaurus Environment

Additional context