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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user