https://bugzilla.wikimedia.org/show_bug.cgi?id=55253
Web browser: --- Bug ID: 55253 Summary: Limited search in pagenerators.py, invalid help Product: Pywikibot Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: legoktm.wikipedia@gmail.com Classification: Unclassified Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1272/ Reported by: binbot Created on: 2010-12-18 08:54:35 Subject: Limited search in pagenerators.py, invalid help Original description: pagenerators.py, current ver 8652
Help says: -search Work on all pages that are found in a MediaWiki search across all namespaces. But this is not the truth; it will work on 100 pages at most.
line 875: def SearchPageGenerator(query, number = 100, namespaces = None, site = None): This limits the results to 100 pages, and there is no possibility to pass a different number from command line. Please build in this parameter and write it in the help, or alternatively give an unlimited number to the query as stated in help.
Thank you!
https://bugzilla.wikimedia.org/show_bug.cgi?id=55253
--- Comment #1 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- I increased the priority because the dump server has already been dead for several weeks and seems not to revive in the near future. In this emergency we are compelled to use -search for replace.py instead of dump.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55253
--- Comment #2 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- - **priority**: 5 --> 7
https://bugzilla.wikimedia.org/show_bug.cgi?id=55253
Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://sourceforge.net/p/p | |ywikipediabot/bugs/1272
https://bugzilla.wikimedia.org/show_bug.cgi?id=55253
Amir Ladsgroup ladsgroup@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High CC| |ladsgroup@gmail.com Assignee|Pywikipedia-bugs@lists.wiki |ladsgroup@gmail.com |media.org | Severity|normal |minor
--- Comment #3 from Amir Ladsgroup ladsgroup@gmail.com --- the limit now is 500, but fixing documentation would be easy
pywikipedia-bugs@lists.wikimedia.org