Handle search engine returning status objects to the API
authorChad Horohoe <chadh@wikimedia.org>
Thu, 18 Apr 2013 15:29:21 +0000 (11:29 -0400)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 22 Apr 2013 01:13:24 +0000 (01:13 +0000)
commitea430cba3d7999e39f77833e19456a4abac840dc
tree43412b90a9984abb47763984dac638b42bb7f006
parentf7c5ef1307141bdd9bdcc96496fd61ab269e65be
Handle search engine returning status objects to the API

This is a followup to I54ab5207, which allowed search backends
to return status objects. We handled it in Special:Search, but
the API was overlooked.

Bug: 47353
Change-Id: Ib7abe8d5bc19d27c472053602c0e43cb1301b078
includes/api/ApiQuerySearch.php