Fix filtering by using the full URL

This commit is contained in:
dawser 2022-05-06 00:34:55 +02:00
parent 55e2f8722b
commit 11e25d57cf

View file

@ -748,10 +748,8 @@ items."
show-read)
(format "+%s " elfeed-summary-unread-tag))
"="
(replace-regexp-in-string
(rx "?" (* not-newline) eos)
""
(elfeed-feed-id feed)))))
(rx-to-string (elfeed-feed-url feed) t)
)))
(defun elfeed-summary--search-feed-notify (widget &rest _)
"A function to run in `:notify' in a feed widget button.