docsearch
docsearch copied to clipboard
:blue_book: The easiest way to add search to your documentation.
## Description When the page uses `scrollbar-gutter`, the right margin fix introduced in [v3.8.3](https://github.com/algolia/docsearch/releases/tag/v3.8.3) doesn't account for this. This leads to extra spacing, effectively reintroducing the issue for users utilizing...
## Description When initializing a new Docusaurus site with pnpm, we get the following warning ```bash npx create-docusaurus@latest my-website classic --javascript --package-manager pnpm ```` ``` └─┬ @docusaurus/preset-classic 3.7.0 ├─┬ @docusaurus/theme-search-algolia...
In the docs for [`resultsFooterComponent`](https://docsearch.algolia.com/docs/api/#resultsfootercomponent) there's a link to a code sandbox: [You can find a working example without JSX in this sandbox](https://codesandbox.io/s/docsearch-v3-maxresultspergroup-without-jsx-ct9m22?file=/src/index.js) But in the DocSearch UI, you can...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | major | `18.20.7` -> `22.14.0` | --- ### Release Notes nodejs/node (node)...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | major | `18.20.7` -> `20.18.3` | --- ### Release Notes nodejs/node (node)...
## Description  ## Steps to reproduce 1. Chinese input method or Japanese input method can also be used. 2. Unable to correctly synthesize text when entering text in the...
I'm successfull using docsearch on a hugo powered site. Recently I ran into an issue: I'm retrieving algolia's script file via hugo's [resources.GetRemote](https://gohugo.io/functions/resources/getremote/) function. ``` {{ $url := "https://cdn.jsdelivr.net/npm/@docsearch/js@3" }}...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@stylistic/eslint-plugin](https://redirect.github.com/eslint-stylistic/eslint-stylistic) ([source](https://redirect.github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin)) | [`2.13.0` -> `3.1.0`](https://renovatebot.com/diffs/npm/@stylistic%2feslint-plugin/2.13.0/3.1.0) |  |  | --- ###...
## Describe the problem Hello, thank you for providing a fantastic search tool for the open-source community. I recently implemented a search feature on my blog using Next.js. However, I...
## Description In the Android (Samsung) environment, while typing on the keyboard, an issue occurs where letters are automatically deleted after entering 2–3 characters, even though the backspace button has...