Skip to content

Query doesn't seem to work for feeds comming from elfeed-protocol #7

@Thaodan

Description

@Thaodan

Hey.

Does the query option use tags applied by autotags or just general tag?
I'm not sure if I explain properly but I applied tags with elfeed-autoags per feed entry for each feed item cumming from Nextcloud.

For example this is a section of my groups:

(group (:title . "Software Development")
       (:elements (query . (and dev))
                  (group . ((:title . "C++")
                            (:elements (query . (and cxx))
                                       (group . ((:title . "Qt")
                                                 (:elements (query . (and Qt))))))))
                  (group . ((:title . "Python")
                            (:elements (query . (and python)))))
                  (group . ((:title . "C")
                            (:elements (query . (and c))
                                       (group . ((:title . "GTK")
                                                 (:elements (query . (and gtk))))))))
                  (group . ((:title . "Rust")
                            (:elements  (query . (and rust)))))))

None of these groups seem to contains entries even thou there are feed entries matching these tags.
If I use search instead of query some feed entries are found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions