docusaurus-search-local
docusaurus-search-local copied to clipboard
Offline/local search for Docusaurus v2/v3
Is it conceivable to build the search index independently of the build step? E.g. only based on the markdown files in the docs folder? We have the issue, that we...
Hi, When I select a doc version and use the search bar, I receive results from across all the versions. Is there a way to set it to look for...
The current search icon implementation relies on `--ifm-navbar-search-input-icon`, however there is a known bug ([infima#287](https://github.com/facebookincubator/infima/issues/287)) with the variable in that icon that prevents it from changing color. Furthermore, from that...
https://doris.apache.org/zh-CN/docs/dev/summary/basic-summary/ this url use docusaurus-search-local it will always loading and i can't control this page
My [pages ](https://docs.bloomlibrary.org/windows-controlled-folder-access/)have, for example: ``` --- title: Unblocking Bloom from Windows Controlled Folder Access sidebar_position: 5 slug: /windows-controlled-folder-access keywords: [troubleshooting, Defender, controlled, folder] --- ``` I find that search...
Site - http://deepaksood619.github.io/ Whenever I type anything on search, the whole search index file of 11 MB is downloaded locally, before it can search. Can we have incremental search suggestions...
### Description There should be a way to use custom icon for the search bar instead of the default icon provided. I am trying to change the color and size...
Overall, this is a great plugin. I've got a bit of an issue though. It appears that search can index html fine (including that in mdx files), however it cannot...
When I try to swizzle the `SearchBar` component I can't run the `start` command anymore, since it breaks because of relative imports like `../../utils...`:  I wanted to act upon...
I'm using the `sidebars.js` file to use separate sidebars with their individual autogenerated indexes. The following code shows an example: ``` howtos: [ { type: 'category', label: 'HowTos', link: {...