HeyPuter/puter

Docs search improvement

Chiusa

#2362 aperta il 28 gen 2026

 (8 commenti) (0 reazioni) (0 assegnatari)JavaScript (3752 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (41.281 stelle)
Metriche merge PR
 (Merge medio 1g 1h) (110 PR mergiate in 30 g)

Descrizione

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

Guida contributor