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) show-read)
(format "+%s " elfeed-summary-unread-tag)) (format "+%s " elfeed-summary-unread-tag))
"=" "="
(replace-regexp-in-string (rx-to-string (elfeed-feed-url feed) t)
(rx "?" (* not-newline) eos) )))
""
(elfeed-feed-id feed)))))
(defun elfeed-summary--search-feed-notify (widget &rest _) (defun elfeed-summary--search-feed-notify (widget &rest _)
"A function to run in `:notify' in a feed widget button. "A function to run in `:notify' in a feed widget button.