https://bugzilla.wikimedia.org/show_bug.cgi?id=32256
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #5 from Roan Kattouw <[email protected]> 2011-11-09 17:20:23 UTC --- (In reply to comment #4) > I think the immediate cause for the different search results is line 132 in > http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/api/ApiQuerySearch.php?view=markup > : $result should be advanced before continuing, otherwise the API will just > loop $limit times in vain. > > Add > > $result = $matches->next(); > > before that "continue" and the API and Special:Search should again return the > same results. Well spotted. Fixed in r102537, deployment underway. -- 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
