https://bugzilla.wikimedia.org/show_bug.cgi?id=32208
Lupo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Lupo <[email protected]> 2011-11-07 10:03:54 UTC --- Confirmed. With &cmlimit=max, it does return values. Setting cmlimit to 500 works, too, but cmlimit=5 or 50 still returns empty results (with a cmcontinue). Interestingly, using cmtype=subcat instead of cmnamespace does return some 10 subcategories plus a cmcontinue. Using cmtype + cmlimit=max returns all subcategories. https://en.wikipedia.org/w/api.php?action=query&list=categorymembers&cmtitle=Category:Physics&cmtype=subcat https://en.wikipedia.org/w/api.php?action=query&list=categorymembers&cmtitle=Category:Physics&cmtype=subcat&cmlimit=max Why can't cmnamespace=14 be translated on the fly by the API into cmtype=subcat and be treated the same? (And ditto for cmnamespace=6 -> cmtype=file.) (To the OP: on cmtype, see http://lists.wikimedia.org/pipermail/mediawiki-api-announce/2011-October/000025.html ) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
