docusaurus-theme-search-typesense
docusaurus-theme-search-typesense copied to clipboard
A fork of the awesome @docusaurus/theme-search-algolia library customized to work with Typesense
## Description After installing docusaurus-theme-search-typesense 0.15.0-0 in docusaurus and setting i18n in docusaurus.config.js to "defaultLocale: 'zh-Hans', locales: ['zh-Hans ']" in docusaurus.config.js, the search box functions normally after publishing, but the...
## Change Summary Some peer dependencies were missing in the package.json. This resulted in warnings during the installation of the package. So I added the missing dependencies for a better...
## Description Hello, `filter_by` parameter not working on my docusaurus site. I want to ignore `anchor:shorcut-product` on search result(See all result page). Even if I set the parameters, the result...
## Description When I use the search box for a second time it fails to reload the search. ## Steps to reproduce 1. Go to home 2. Search for content...
## Description When I try to swizzle the docusaurus-theme-search-typesense SearchBar component it fails to compile docusaurus with an error. ## Steps to reproduce 1. Run `yarn run swizzle docusaurus-theme-search-typesense SearchBar`...
## Description Hello, I am a brand new TypeSense user. I am trying to move my existing Docusaurus website from Algolia --> TypeSense. I followed the steps from the documentation,...
## Description Case sensitive when searching in Cyrillic. ## Steps to reproduce Go to Search field, type keyword, for example in cyryllic - пример. After type same keyword in uppercase...
## Description Hi I'm getting a build error when I compile with 2 plugins in the same config - redocusaurus 1.3.0 - docusaurus-theme-search-typesense 0.7.0-0 I also wanted to note that...
## Description Docusaurus site versions 2.0.0-beta.16 and 2.0.0-beta.15 do not work with the typesense search plugin. Starting page after configuring the website results in the following error . ``` This...
## Description Under medium screen (within 996px), search-box is not in line with the other items. ## Expected Behavior search-box is in line with the other items under medium screen...