gabrielcsapo / docusaurus-plugin-search-local

An offline/local search plugin for Docusaurus v2
https://gabrielcsapo.github.io/docusaurus-plugin-search-local/
MIT License
25 stars 9 forks source link

[feature] be able to have search work locally #2

Open gabrielcsapo opened 3 years ago

gabrielcsapo commented 3 years ago

Right now we are blocked on docusaurus not supporting postStart (https://github.com/facebook/docusaurus/discussions/5616)

lbdm44 commented 2 years ago

There is a workaround in place with manually generated search index files locally, not sure if need to have the postStart stuff done for us to have this work locally.

gabrielcsapo commented 2 years ago

https://github.com/facebook/docusaurus/pull/7751 this would enable this functionality.