X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryPrefixSearch.php;h=4abd7f0ee6f29b5892f2bfeb4ded949079260090;hb=fdddf94570efc33fd06f16c72d41636a45cf203a;hp=eaa9c01f226f85cfc8e540d332c4534b8f10b410;hpb=a21d59cc6e4af619db058f24aee04846a79ef182;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryPrefixSearch.php b/includes/api/ApiQueryPrefixSearch.php index eaa9c01f22..4abd7f0ee6 100644 --- a/includes/api/ApiQueryPrefixSearch.php +++ b/includes/api/ApiQueryPrefixSearch.php @@ -93,8 +93,8 @@ class ApiQueryPrefixSearch extends ApiQueryGeneratorBase { ApiBase::PARAM_DFLT => 10, ApiBase::PARAM_TYPE => 'limit', ApiBase::PARAM_MIN => 1, - ApiBase::PARAM_MAX => 100, // Non-standard value for compatibility - // with action=opensearch + // Non-standard value for compatibility with action=opensearch + ApiBase::PARAM_MAX => 100, ApiBase::PARAM_MAX2 => 200, ), );