omnivore-app / omnivore

Omnivore is a complete, open source read-it-later solution for people who like reading.
https://omnivore.app
GNU Affero General Public License v3.0
14.02k stars 1.03k forks source link

The saved searches should have badges with the number of hits #2749

Open Cito opened 1 year ago

Cito commented 1 year ago

In the navigation, the menu items under "Saved Searches", like "inbox" should have badges with the number of items (at least optionally).

When using a read-it-later app I want to know if I pile up links too quickly, and how much I have to actually catch up.

You can look at Raindrop.io for inspiration which has this feature. See also #2479.

jacksonh commented 1 year ago

Yeah, because each one is an independent query we haven't done this yet as it'd ~5x the query costs depending on how many saved searches a person has. Once we have a caching layer for queries we could look at this.