Bug tracker
Error messages in search results (fix completed in vcs)
In overall_header:
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2364: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2364: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2364: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2364: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2364: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2364: strpos() [function.strpos]: Empty delimiter.
Also highlighting in results was messed up with 90% of words highlighted and template appeared to be malfunctioning.
Comments / History
Use * as a wildcard
cvs commit wrote:- * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug #10031]
But this change has the side effect that searching for foo* won't highlight "foo" anymore.