docusaurus-plugin-search-local
docusaurus-plugin-search-local copied to clipboard
An offline/local search plugin for Docusaurus v2
version: 0.3.5
Hey there. I've been trying out this library, and I can see that multiple things are not working: - - [ ] highlightSearchTermsOnTargetPage not working: When I set this to...
Hi there! Maybe I'm doing it wrong, but I can't seem to swizzle the `SearchModal` component. My changes in `src/theme/SearchModal/SearchModal.js` aren't taking effect. I'm always seeing the version of the...
It appears the content inside tabs are not indexed. I'm unable to search for content in `tab[1-3].mdx`. https://docusaurus.io/docs/markdown-features/tabs ``` import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import Tab1 from...
This should really be listed in https://docusaurus.io/community/resources#search
Config is this: ``` require.resolve("docusaurus-plugin-search-local"), { hashed: true, indexDocs: true, indexPages: true, highlightSearchTermsOnTargetPage: true, }, ],` ```
We have a documentation project with multiple "books". E.g. android, ios, web, etc. Books may have similar titles and headings. If a user is in the android documentation, we don't...
Right now we are blocked on `docusaurus` not supporting `postStart` (https://github.com/facebook/docusaurus/discussions/5616)
We are using TypeScript, we should remove all notion of using `any` typing throughout the codebase.