FreshRSS
FreshRSS copied to clipboard
[bug] article count is not updated when filters are used
If I use a filter (search, read/unread, favorite/not or user filter) the unread article count in the title is not updated. It reflects the unfiltered view. I think it should reflect the actual view.
You're right. I don't know yet if it's easy (we should consider performances too) so it's marked for 0.9.
Could you please check in which case what should happen? Right now the number changes, when a category is selected or a search is active.
The main reason for the current behaviour is performance. Those unread numbers are cached, but would have to be computed when a filter is applied. This could be an option tough, or used only during a search (with the risk of requiring another SQL request or sub-request, probably making the search twice as slow).