- removed unneeded code from fulltext_mysql [Bug #9947]
commita009d879f3f34ff199700cdbe8be717db56c18ff
authornaderman <naderman@89ea8834-ac86-4346-8a33-228a782c2dd0>
Sun, 22 Apr 2007 17:12:31 +0000 (22 17:12 +0000)
committernaderman <naderman@89ea8834-ac86-4346-8a33-228a782c2dd0>
Sun, 22 Apr 2007 17:12:31 +0000 (22 17:12 +0000)
tree0116689029e3212efa7294568bbd273aabef9bc8
parent6d0d3d7be5d14cd51a519e0fee0e80363cc7dcbf
- removed unneeded code from fulltext_mysql [Bug #9947]
- an additional combined index on post_subject and post_text is necessary for fulltext_mysql [Bug #9818]
- added phrase searching support to fulltext_mysql while fixing some minor bugs in the keyword processing code, originally intended to do this about a year ago when I switched from split_words array to search_query string in the search backend interface, so finally it's there

git-svn-id: http://code.phpbb.com/svn/phpbb/trunk@7385 89ea8834-ac86-4346-8a33-228a782c2dd0
phpBB/includes/search/fulltext_mysql.php
phpBB/language/en/acp/search.php
phpBB/search.php