Are you using stock Docker compose setup?

Yes

If not, either reproduce this issue on the official demo or switch to Docker and see if the issue is resolved.

Reproducible on demo.


Describe the problem you’re having:

I share urls to myself and tag them. B/f the “big update”, I could filter articles on these tags but I cannot now. The bug seems to be that the “ttrss_user_entries.feed_id” is blank with shared articles (showing up in the Archived/Published categories).

The SQL in _get_headlines for tagged searches fully joins on “ttrss_user_entries.feed_id”; which can never match b/c the user entry feed id is empty.

Include steps to reproduce the problem:

Share a article url (https://example.com), click ‘+’ to tag the article in Archived folder as ‘tagged’, click Save, click the ‘tagged’ link, see 0 articles displayed.

In the demo instance, I tagged a peanuts cartoon and the Archive “Missing Tagged Example” article. Clicking ‘tagged’ link will show the peanuts cartoon but not the Archived article.

tt-rss version (including git commit id):

master@HEAD

Platform (i.e. Linux distro, PHP, PostgreSQL, etc) versions:

demo and docker platforms

thanks for reporting, i’ll take a look after our holiday-but-not-quite week is over.

https://git.tt-rss.org/fox/tt-rss/commit/b2f888e3868c3703819e8acc1519e44d57a53259

this seems to work, if something breaks you know what to do (post here!) :slight_smile:

That did it, thx :slight_smile:
/20char