HeyPuter/puter

Docs search improvement

クローズ

#2,362 opened on 2026/01/28

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (3,752 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (41,281 個のスター)
PR merge metrics
 (平均マージ 1d 1h) (30d で 110 merged PRs)

説明

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

コントリビューターガイド