I've been trying to come up with a query which will tell me how may edits someone has done as per the rules for the Strunk & White and Copy Editor badges.
So far I've come up with this:
http://data.stackexchange.com/stackoverflow/s/843/user-edit-count
I know that it has a number of potential problems with counting edits that it shouldn't do, including:
- If an edit is made to the title and body of a post at the same time I suspect 2 edits might be counted instead of 1
- Edits made to CW questions are counted
- It counts multiple edits to the same question
But it is still reporting a edit count that is too low - for user Id 114029 (who according to the data dump has the Strunk & White badge), this query reports only 71 edits.
What have I missed? Why is the edit count returned too low?