https://bugzilla.wikimedia.org/show_bug.cgi?id=65024

            Bug ID: 65024
           Summary: sequence of cocontinue parameter does not yeild full
                    result set in action=query
           Product: MediaWiki
           Version: unspecified
          Hardware: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Unprioritized
         Component: API
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: jonathan.pelleti...@gmail.com
                CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
                    roan.katt...@gmail.com, s...@reedyboy.net
       Web browser: ---
   Mobile Platform: ---

issuing the following query (and following the sequence of cocontinue
parameters):

http://en.wikipedia.org/w/api.php?action=query&prop=coordinates&format=json&colimit=1&coprop=globe&coprimary=primary&titles=Montreal%7CParis%7CToronto%7CSherbrooke%7CQuebec

returns only 3 distinct coordinates whereas issuing the following query:

http://en.wikipedia.org/w/api.php?action=query&prop=coordinates&format=json&colimit=5&coprop=globe&coprimary=primary&titles=Montreal%7CParis%7CToronto%7CSherbrooke%7CQuebec

returns 5 distinct coordinates. The difference between the 2 queries is that
the first uses a colimit=1 and the second uses a colimit=5. 

The returned result set Must be independent of whether or not the cocontinue
mechanism was used to get the result. 

The queried API endpoint is http://en.wikipedia.org/w/api.php (dont know which
version that is?).

Any feedback appreciated!

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to