Last modified: 2014-01-27 17:46:16 UTC
Why does SearchEngine::Create set the default limit to 0 whereas the default value in the class is set to 10. ll 488: $search->setLimitOffset( 0, 0 ); class SearchEngine { ll 33: var $limit = 10; I'd vote to change the default limit for new instances to 10 as well.
Change 109679 had a related patch set uploaded by Chad: Don't override limits and offsets in SearchEngine::create() https://gerrit.wikimedia.org/r/109679
Change 109679 merged by jenkins-bot: Don't override limits and offsets in SearchEngine::create() https://gerrit.wikimedia.org/r/109679