-
The default DocSearch autocomplete implementation returns results to a listbox that incorrectly implements the [WAI-ARIA 1.2 ComboBox design pattern](https://w3c.github.io/aria-practices/#combobox).
…
-
To enable search we have to use DocSearch. Unfortunately our project does not qualify for the free hosting and so we have to host it ourselves
Docusaurus Docs:
https://docusaurus.io/docs/en/search…
-
Some projects have a very cool and good integration with their documentation. For example, react's doc search is very fast & good (full-text search). If we would integrate something similar into the w…
-
### Version
@nuxtjs/algolia: 1.10.2
nuxt: 3.13.1
### Reproduction Link
--
### Steps to reproduce
I have a nuxt layer I have built that is used in three projects.
- Nuxt Layer: https:…
-
Hello Caddy team,
I'm writing after spending about 15 minutes trying to decipher from the docs whether and how the `{http.request.cookie.*}` signature was actually available to me in a Caddyfile conf…
-
When a query matches a heading, the snippet result is empty. For example, search for "queryHook" in docsearch's own documentation: https://docsearch.algolia.com/search?q=queryHook Now compare that to …
-
I'm trying to change a color for logo using flowbite CSS (tailwind)
Set variable to white
```
:root {
--docsearch-logo-color: #fff;
}
```
in project.json I have
```
"styles": [
…
-
## Description
https://github.com/algolia/docsearch/discussions/2293
Recently, I have noticed that docsearch does not display the lvl0 title.
I would like to know the reason or what configurat…
-
**Do you want to request a _feature_ or report a _bug_?**
Feature
**What is the current behavior?**
When calling `window.docsearch({...options})` multiple times, multiple autocomplete dropdowns a…
-
We are infinitely grateful at [webpack](https://github.com/webpack/webpack) that our [docs](https://webpack.js.org) are leveraging the DocSearch functionality with almost little to no needed effor…