typesense / docusaurus-theme-search-typesense

A fork of the awesome @docusaurus/theme-search-algolia library customized to work with Typesense
https://typesense.org/docs/guide/docsearch.html
MIT License
67 stars 15 forks source link

Issues on search page after clicking on "see all results" from modal #8

Closed 0xAleksaOpacic closed 2 years ago

0xAleksaOpacic commented 2 years ago

Description

Hi, I am working on Polygon Edge project. We are using your library for adding doc search on our documentation website. We have discovered 2 small bugs.

When we use modal for search, everything works great! We have also tested transparent background for the logo in a dark mode which you have introduced in 0.3.0-1 version. Thank you so much for that! Screen Shot 2022-01-17 at 12 23 23 PM (2)

Then the user clicks on See all xxx results at the bottom of the modal, the search page is opened. Screen Shot 2022-01-17 at 12 26 18 PM (2)

Here we are getting an error when we are searching {"results":[{"code":404,"error":"Could not find a filter field nameddocusaurus_tagin the schema."},{"code":404,"error":"Could not find a filter field nameddocusaurus_tagin the schema."},{"code":404,"error":"Could not find a facet field nameddocusaurus_tagin the schema."}]}

And also on this page your logo is not transparent in the dark mode (small cosmetic improvement).

Typsense Version: In production we are currently using ^0.2.0 and today we are going to switch to 0.3.0-1

jasonbosco commented 2 years ago

@Aleksao998 Thank you for testing the transparency. I'll fix it in the search results page as well.

The blank search page issue, sounds very similar to the one that @octogonz fixed in #7: https://github.com/typesense/docusaurus-theme-search-typesense/issues/2#issuecomment-1013600688

Could you try doing a docker pull on the scraper image and then running the scraper again, to see if that fixes the issue?

jasonbosco commented 2 years ago

Published v0.3.0 with a few more fixes for Docusaurus 2.0.0-beta.15.

0xAleksaOpacic commented 2 years ago

Hi, just wanted to thank you. Everything is working with the new version and docker-pull

jasonbosco commented 2 years ago

Thank you for confirming @Aleksao998!