Pasleim added a comment.

Currently we consider an Item a "valid" (countable) article if it has either at least one statement or at least one sitelink (as far as I remember).

I doubt it's implemented like that. Both the number of items with at least one statement (20,964,244) and the number items with at least one sitelink (20,338,226) are higher than the current returned value by the parser function (20,023,628). Hence, even some items with a claim or sitelink are not considered as valid articles.

Values taken from db replica:

select count(*) from page_props where pp_propname='wb-claims' and pp_value>0;
select count(*) from page_props where pp_propname='wb-sitelinks' and pp_value>0;

TASK DETAIL
https://phabricator.wikimedia.org/T144687

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Urbanecm, Pasleim
Cc: Lydia_Pintscher, hoo, Liuxinyu970226, gerritbot, Matanya, JEumerus, Pasleim, Aklapper, abian, TerraCodes, Lewizho99, Maathavan, Urbanecm, D3r1ck01, Tulsi_Bhagat, Izno, Luke081515, biplabanand, Wikidata-bugs, Snowolf, aude, Shizhao, Mbch331, Jay8g, Krenair
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to