Limit links on Special:GlobalUsage go back to the start of the results.
Steps to reproduce:
| Step | URL | Screenshot |
|---|---|---|
| 1. Go to Special:GlobalUsage and search for any file with many results | https://commons.wikimedia.org/w/index.php?target=MediaWiki.svg&title=Special%3AGlobalUsage&limit=50 | |
| 2, Click "next 50" | https://commons.wikimedia.org/w/index.php?title=Special:GlobalUsage&limit=50&from=MediaWiki.svg%7Cfrwiki%7C383382&target=MediaWiki.svg | |
| 3. Click "100" | https://commons.wikimedia.org/w/index.php?title=Special:GlobalUsage&offset=MediaWiki.svg%7Cfrwiki%7C383382&limit=100&target=MediaWiki.svg | |
Expected: 100 results starting from the same point as in step 2. Actual: 100 results starting from the start as in step 1.
The link uses the 'offset' parameter, which is not actually supported by Special:GlobalUsage; it should be 'from'.


