-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request