Fix for bug 13004, in which the Postgres full-text search has too many results,
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 17 Feb 2008 14:11:55 +0000 (14:11 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 17 Feb 2008 14:11:55 +0000 (14:11 +0000)
commitc07e337da68a87e7e877c65194778f4b098bf7c2
treec937e603f3b5e45619603273bcc1d1d0e631b3b1
parentf15c9ecafc6cfcc2b2f9fdcfd9d262369ae59610
Fix for bug 13004, in which the Postgres full-text search has too many results,
so it throws an error. Created a "too many" class as an alternate search result
to return, and consider any error in SearchPostgres when running the actual search as a "too many"
problem. Not an ideal solution, but I'm not sure how to get at the error message
without requiring a newer version of PHP.
RELEASE-NOTES
includes/SearchEngine.php
includes/SearchPostgres.php
includes/SpecialSearch.php
languages/messages/MessagesEn.php