You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding search is probably a little too involved to consider it a stretch goal, at least prior to putting this site into production. It would be really nice to have, though, and should be prioritized before getting too far into rebranding or other advanced features.
There is an excellent guide in the Gatsby docs, "Adding Search".
It looks like the MkDocs search plugin uses lunr.js under the hood. One of the Gatsby plugins recommended in the "Adding Search" guide uses elasticlunr, so it might be a good option.
The text was updated successfully, but these errors were encountered:
It is written in Rust and super-fast, is fully open source (they seem to make $ through hosting?), and it has tons of integrations, including a Gatsby plugin:
Adding search is probably a little too involved to consider it a stretch goal, at least prior to putting this site into production. It would be really nice to have, though, and should be prioritized before getting too far into rebranding or other advanced features.
There is an excellent guide in the Gatsby docs, "Adding Search".
It looks like the MkDocs search plugin uses lunr.js under the hood. One of the Gatsby plugins recommended in the "Adding Search" guide uses elasticlunr, so it might be a good option.
The text was updated successfully, but these errors were encountered: