Quote:
Originally Posted by oecherprinte
If you would do a date comparison, you would only need a single run which would be pretty fast since you are only getting the latest articles.
|
By "first run" and "second run" I was saying I could pass information from the first time a recipe is executed to the second time so that the second run could do something different based on what happened during the first run. Current recipes don't do this - each run is essentially independent of earlier runs. The reason I wanted to do this was to keep track of the articles retrieved previously.
I'm not sure what kind of "date comparison" you have in mind, but if you don't pass information from one recipe run to the next one, you can't do much of a comparison.