Page 1 of 1
Rss help
Posted: December 30th, 2014, 12:28 pm
by Iglesiab
Hi,
Is it possible to create a RSS feed that matche's only the text you enter by itself?
For instance I want to create a feed that looks for the word "low" and just that word.
All my attempts return hits where "low" is part of the word in the title - for instance it returns things with slow,ludlow,blow in the title as well when all I want it to looks for is the word "low"
Any help would be appreciated. Thanks.
Re: Rss help
Posted: December 30th, 2014, 1:25 pm
by sander
Have you tried:
as (regular) expression?
Re: Rss help
Posted: December 30th, 2014, 4:18 pm
by Iglesiab
I tried it but must be doing something wrong.
I created a RSS feed named low and put the feed URL in, then on the next page under FILTER I put your code.
Is that correct?
Re: Rss help
Posted: December 30th, 2014, 4:50 pm
by sander
Can you post a screenshot of the filtering page?
Re: Rss help
Posted: December 30th, 2014, 5:27 pm
by Iglesiab
does this help?

Re: Rss help
Posted: December 30th, 2014, 5:48 pm
by sander
When you click on the tab "Not Mached" , is there anything with "low" in it?
Re: Rss help
Posted: December 30th, 2014, 5:59 pm
by Iglesiab
No, nothing with "low" in it.
Re: Rss help
Posted: December 30th, 2014, 6:03 pm
by sander
Iglesiab wrote:No, nothing with "low" in it.
So, it's correct that nothing is found by the filter "low"
Re: Rss help
Posted: December 30th, 2014, 6:06 pm
by Iglesiab
Yes , so I am a little confused. There should be some hits though - I can see them when I search for low on the site.
Does it only search a limited amount of time/ hits?
One of the things I want it to find is 29 days old.
Re: Rss help
Posted: December 30th, 2014, 6:26 pm
by sander
Iglesiab wrote:Yes , so I am a little confused. There should be some hits though - I can see them when I search for low on the site.
Does it only search a limited amount of time/ hits?
One of the things I want it to find is 29 days old.
As you can see, the RSS only gives you 25 items. Those are the 25 most recent items, so probably very recent. Certainly not 29 days old.
With nzbindex.nl, you can do a pre-filter:
http://www.nzbindex.nl/rss/?q=low&sort=agedesc&max=25
... but nzbindex.nl often does not give results and then says "503 Service Temporarily Unavailable" ...

Re: Rss help
Posted: December 30th, 2014, 6:38 pm
by Iglesiab
Ahh I see. A new hit should be around the corner so I will see if it picks it up. Thanks for your help.