Rename OpenSearch qiprofile parameter back to profile
authorErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 28 Jul 2016 17:15:07 +0000 (10:15 -0700)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 28 Jul 2016 17:25:33 +0000 (10:25 -0700)
commit1b13cc1236aebecdea612c73e562c5ac18595e61
treef78b9d9ecf091daedddafcc5e86ed1b1d368c5b8
parent2064ddeecf18ac02e736d92edb0586b28fef53b6
Rename OpenSearch qiprofile parameter back to profile

In I6f987db this parameter was inadvertantly renamed to qiprofile. The
qiprofile is something different, and is also a BC break. The BC break is
pretty minor, for a randomly chosen day this looks to be used 157 times
out of 28.7M requests, but since this really isn't a qiprofile rename
it back to what it was.

Change-Id: I1cc07945888c15ea4b4c9596eea447b706606fae
includes/api/ApiOpenSearch.php
tests/phpunit/includes/api/ApiOpenSearchTest.php