List is strictly newest-first; search only filters

Drop the recency/pin/usage score bonuses that reordered the picker: an
entry pasted before outranked a fresh copy for hours. Results are now
sorted by timestamp only; query tokens and fuzzy terms filter rows.
This commit is contained in:
2026-09-08 10:59:34 +01:00
parent b1d98971c9
commit b1ebdb83e6
4 changed files with 29 additions and 15 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ full theme integration.
## Highlights
- **Fuzzy search over everything** — fzf-style scoring across content, source
app, and type, boosted by recency, pins, and usage. Query tokens:
- **Fuzzy search over everything** — fzf-style matching across content, source
app, and type. The list is always newest-first; search only filters it. Query tokens:
- `type:image|link|text|files|code|json|color|email|html|number` (prefix match)
- `app:firefox` — fuzzy match on the source app
- `is:pinned`, `today`, `yesterday`, `week`, `<2h`, `>30s`, `<3d`