-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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
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
- with fragment matching it allows user to jump to the actual text they are searching, greatly improving UX
- example: https://docs.puter.com/Hosting/#:~:text=over-,hosting%20infrastructure.,-Features
- 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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed