HeyPuter/puter

Docs search improvement

Geschlossen

#2.362 geöffnet am 28.01.2026

 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (3.752 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (41.281 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 1h) (110 gemergte PRs in 30 T)

Beschreibung

Currently our search feature in docs uses basic text matching. While this works, it has downsides such as it can't match similar word, and also handle some level of typos

https://docs.puter.com/

ideally the search would be something like this:

  • supports fuzzy search, we can simply use a library like pagefind, or similar for this (whichever works best)
  • still maintain our text fragment matching, this is unique to puter docs
  • if it's not an exact match (fuzzy) we still want the search result to jump somewhere, and the way it's done is to jump to the nearest subheading

Contributor Guide