Omnistac / zedux

:zap: A Molecular State Engine for React
https://Omnistac.github.io/zedux/
MIT License
344 stars 7 forks source link

[Docs] Search doesn't work #90

Open crabvk opened 7 months ago

crabvk commented 7 months ago

Zedux Version

v1.2.0-rc.1

Description

  1. Pressing Ctrl+K doesn't open the search modal as the search button suggests.
  2. The search feature doesn't work returning "Internal Server Error" on any input.
bowheart commented 7 months ago

I see, thanks for reporting @crabvk!

We use Enhancedocs for the search functionality. They were really cool at first but seem to be causing more and more problems. They also hadn't figured out their pricing model yet when we started. Turns out that the free tier is too small for us and upgrading from free tier is way too expensive.

Given that even when it's working, the results seem mixed (only 57% of answers marked as useful vs not useful), I'd say it's time we try moving to Algolia.

Will update this issue with progress there.