On this page I have to ask queries:
http://rwbookclub.com/wiki/RW_Book_Club:Feeds
they are
{{#ask: [[Category:Book Pile]]
| ? Added by = creator |
| ? Added on = date |
| sort=Added on |
| order=DESC |
| limit = 5 |
| format=table |
}}
{{#ask: [[Category:Book Pile]]
| ? Added by = creator |
| ? Added on = date |
| sort=Added on |
| order=DESC |
| limit = 5 |
| format=rss |
| rsstitle=Book Pile |
| rssdescription=Latest suggestions of books to consider reading. |
}}
The only difference is one is a table and the other is RSS.
The table gives me the correct set of pages. The RSS output results in a completely different set of results. The criteria are the same though, so this seems like a bug.
I've tried different variations and the results I get with format=rss are unpredictable but repeatable. They are ordered properly via the order method, but the selection range doesn't make sense to me.
Version: unspecified
Severity: normal