docusaurus-search-local icon indicating copy to clipboard operation
docusaurus-search-local copied to clipboard

Offline/local search for Docusaurus v2/v3

Results 102 docusaurus-search-local issues
Sort by recently updated
recently updated
newest added

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...

bug

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

needs investigation

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...`: ![image](https://user-images.githubusercontent.com/10819827/225726672-705e61f3-1eb2-40c7-b697-e39a739ce5c8.png) 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: {...