* There is now a
new, simplified way to iterate through the query results. The new feature will make it much less likely to accidentally skip any data, and will greatly simplify client code. It will be made default in
API 2.0, but for now has to be explicitly enabled with a "
continue=" parameter. See
sample code how to use the new continue. Please consider using it in all new development. (
patch by yurik)