[go: up one dir, main page]

Page MenuHomePhabricator

prop=proofread returns different content for different pages
Closed, DuplicatePublic

Description

The following two queries return different content:

https://en.wikisource.org/w/api.php?action=query&titles=Page:Popular%20Science%20Monthly%20Volume%2049.djvu/99&prop=proofread

{
    "batchcomplete": "",
    "query": {
        "pages": {
            "436856": {
                "pageid": 436856,
                "ns": 104,
                "title": "Page:Popular Science Monthly Volume 49.djvu/99"
            }
        }
    }
}

https://en.wikisource.org/w/api.php?action=query&titles=Page:Popular%20Science%20Monthly%20Volume%2049.djvu/100&prop=proofread

{
    "batchcomplete": "",
    "query": {
        "pages": {
            "436866": {
                "pageid": 436866,
                "ns": 104,
                "title": "Page:Popular Science Monthly Volume 49.djvu/100",
                "proofread": {
                    "quality": "3",
                    "quality_text": "Proofread"
                }
            }
        }
    }
}

Most likely due to when last edit on the page was done vs. changes in Proofread extension.