completionSearch: try an exact match even if the backend returns no result
authordcausse <dcausse@wikimedia.org>
Fri, 11 Mar 2016 08:30:34 +0000 (09:30 +0100)
committerdcausse <dcausse@wikimedia.org>
Fri, 11 Mar 2016 08:40:40 +0000 (09:40 +0100)
commit4c2f0e39401fdf2d95714fc26198162a4810efb8
tree8bf138498ee8625fa2690cbde67d641674ad1ecc
parentc23c545ac7d5e68158bce3d3d7362a3e62cb2193
completionSearch: try an exact match even if the backend returns no result

Unfortunately some backends (like Cirrus) are not able to do proper crossnamespace
lookup. If the backend returns no result we should still try an exact title match.

Bug:T129575
Change-Id: Ic08ec0aac0fd8a289f21753d74ae62ba509de841
includes/search/SearchEngine.php