Skip to content

[Bug] Unable to 'mark as read' results of some queries #6732

@raqua

Description

@raqua

Describe the bug

I have many feeds and there is content that I am not interested in so I have created and saved multiple queries to filter out the stuff I don't want to read and then I use those to mark that as read.
Some (not all) of those queries can not be marked as read. I will push the button, I get the popup saying that it was marked as read, but the articles remain unread.
There is nothing in logs, docker logs, user logs that would show any issue.
I even enabled development profile in config.php hoping to get some log messages, but I still didn't.

When I do the query and get the results, I can copy the query string from search field, click the FreshRss logo to get out of the query results and then paste the query again to search filed, marking as read works, so it should not be an issue with the query itself, but somehow with the saved query ?

To Reproduce

Example of what does not work for me currently:
Feed: https://www.xda-developers.com/feed/
Query:

inurl:xda-developers and
(
  (inurl:'-vs-') or
  (inurl:'how-to-install') or
  (inurl:'how-install-') or
  (intitle:'Windows 11') or
  (intitle:'How to install') or
  (
    (intitle:'best') and
      ( (intitle:'case') or
        (intitle:'protector') or
        (intitle:'band') or
        (intitle:'docking') or
        (intitle:'ssd') or
        (intitle:'graphics') or
        (intitle:'screen protectors') or
        (intitle:'cooler') or
        (intitle:'cpu') or
        (intitle:'monitors') or
        (intitle:'headsets') or
        (intitle:'accessories') or
        (intitle:'earbuds') or
        (intitle:'headphones') or
        (intitle:'chargers') or
        (intitle:'routers') or
        (intitle:'deals') or
        (intitle:'vpn') or
        (intitle:'memory') or
        (intitle:'laptop')
      )
  )
) or
(author:'Mahmoud Itani') or
(author:'João Carrasqueira') or
(author:'Timi Cantisano') or
(author:'Tathagata Biswas') or
(author:'Ayush Pande') or
(author:'Rich Woods') or
(author:'Arif Bacchus') or
(author:'Tanveer Singh') or
(author:'Karthik Iyer') or
(author:'Nimish Sawant') or
(author:'Ben Smith') or
(author:'Pranob Mehrotra') or
(author:'Hassam Nasir') or
(author:'Chris Hachey') or
(author:'Samuel Martinez') or
(author:'Team XDA') or
(author:'Rich Edmonds') or
(author:'Rahul Naskar') or
(author:'Christine Persaud') or
(author:'Ruben Circelli') or
(author:'Tathagata Biswas') or
(author:'Oyewale Damilare') or
(author:'Usama Jawad') or
(author:'Brady Snyder') or
(author:'Cale Hunt') or
(author:'Christopher Burke') or
(author:'Samuel Contreras') or
(author:'Simon Batt') or
(author:'Skanda Hazarika') or
(author:'Asad Khan') or
(author:'Roydon Cerejo') or
(author:'Georgie Peru') or
(author:'Parth Shah') or
(author:'Usama Jawad') or
(author:'Kristen Hilderman') or
(author:'Skanda Hazarika') or
(author:'Karthik Iyer') or
(author:'Zak Khan') or
(author:'Matt Malmlund') or
(author:'Joe Rice-Jones') or
(author:'Richard Devine') or
(author:'Dylan Turck') or
(author:'Michael Bizzaco') or
(author:'Aaron Greenbaum') or
(author:'Ahmad Rafiq')

I also have another query that does not work for me, but this is filtering across all my feeds, so I have no specific feed to provide:

intitle:'Home Automation Hangout' OR
intitle:'JSBM newsletter' OR
intitle:'Stock Market Analysis Latest' OR
intitle:'NAY Android Roka' OR
intitle:'dostáva Android' OR
intitle:'Smart Banka' OR
intitle:'Mandalorian' OR
intitle:'Daily telescope' OR
intitle:'Engadget Podcast' OR
intitle:'Meilleurs moments' OR
intitle:'Mejores Momentos' OR
intitle:'Hoogtepunten van de race' OR
intitle:'Unikli zábery' OR
(inurl:youtube.com intitle:'shorts') OR
intitle:'Rebel Moon' OR
intitle:'Doctor Who' OR
intitle:'Aquaman' OR
intitle:'One Piece' OR
intitle:'Boba Fett' OR
intitle:'Godzilla' OR
intitle:'X-Men' OR
intitle:'3 Body Problem' OR
intitle:'Mandalorian' OR
intitle:'Fallout' OR
intitle:'Deadpool' OR
intitle:'Suicide Squad' OR
intitle:'Beyond the Grid' OR
intitle:'Daredevil' OR
intitle:'Star Wars' OR
intitle:'Chasing The Dream' OR
intitle:'Best' OR
intitle:'deals' OR
intitle:'F1 Sim Racing' OR
intitle:'Android game and app price drops' OR
intitle:'linuxtoday' OR
intitle:'The best'

Expected behavior

Articles that are returned by the saved query are marked as read when I click that button.

FreshRSS version

1.24.2

Environment information

  • Database version: SQLite
  • PHP version: Whatever version is in the latest Docker image from you
  • Installation type: Official Docker image
    -Web server type: Apache
  • Device: PC, Android phone ...
  • OS: I think Docker image uses Debian, right?
  • Browser: Firefox 129.0.2 on Linux, Firefox on Android

Additional context

This is not new in the 1.24.2 version, the issue was present also in previous versions.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions