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.)
![](https://secure.gravatar.com/avatar/a54e4e6cc5991ce760ea6da1543b7645?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
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.