Revert r44257 "Use boolean searching with '?' char"
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 10 Dec 2008 23:06:44 +0000 (23:06 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 10 Dec 2008 23:06:44 +0000 (23:06 +0000)
commit26486f91eec530c1dce4657c5d08179d4682acc6
tree295819069f6ae711521c8d1a4fd29f7292187f5e
parent4e01dba6cc649578b0326c28a45a14960fcb4564
Revert r44257 "Use boolean searching with '?' char"
Let's avoid making up our own syntax that nobody will know or think to try...
Lucene, Google, Yahoo!, and Windows Live search all understand "red OR lion" but see nothing special in "?red ?lion". If we're going to add it, let's make the OR thing work. :)
includes/SearchEngine.php
includes/SearchMySQL.php