I want a view feed that returns a specific node type, and all nodes updated after the input argument. The problem is that if I set the limit to anything other than unlimited someone with a very old input may not get all the nodes, vice versa unlimited means someone without any input gets all the nodes at once!

I want to set it so that when someone does not input an argument, it will choose as an argument, a time between the 50th and 51st last updated items (So it will only return 50 items) how do I do this?

On top of that I need to export the feed using specific fields so that a special client program can request data from the website.

Comments

jnvsor’s picture

Ok, let me reformulate:
How can I output RSS with fields?
What argument do I need to give for views to understand that I want all nodes after a specific date?

Aldus’s picture

Hi, this still looks unresolved and seems quite an important feature.
I need a View to display all nodes updated AFTER a date given by Argument. Seems like there is absolutely no way to do it if not programatically.
The Date module doesn't help much, behaving in the same way as the "node: last changed" value.
Some hint?