Add a "link" or "url" search option
I'd like to be able to search/filter the text in a url, either the specified link for the feed item, the address of links and pictures in the feed item's content, or both. (Assuming this sort of thing isn't possible yet.)
Added ability to search for links in posts. Use link:example.com or link:http://www.example.com/some/page or link:example.com/*
Use item_link:example.com/post1 to ignore links in article text and only search for articles which itself link to specific URL.
-
It's possible to search for post link but not for links inside post yet. And you need escape ":" with "\":
link:http://example.com
must be written as
link:http\://example.comI'll think about searching for links inside article.