Don't suggest if the search term is a known title
authorNik Everett <neverett@wikimedia.org>
Mon, 6 Jan 2014 16:57:08 +0000 (11:57 -0500)
committerNik Everett <neverett@wikimedia.org>
Mon, 6 Jan 2014 21:08:34 +0000 (16:08 -0500)
commitcf14ee4acc63ca5481434b919ea1cf03bf36f6e9
tree55dd945597a158913fa25b9f97248348217ef0c9
parentce2b03fb0b9315e1fa7a0f2dc2007521d1aaa572
Don't suggest if the search term is a known title

Also tell the SearchEngine that we don't *need* the suggestion.  Some will
make it any way and we'll ignore it.  Cirrus will be able to save some time
by not building the suggestion.

Bug: 59666
Change-Id: Ifd5bafe25a715db9d44cf0fee2ba2607f6c270a2
includes/search/SearchEngine.php
includes/specials/SpecialSearch.php