Copyright notices now includes 2009
search: replaced most of $string_ul_umlauts (from search_convert.php) through use of preg's u-switch. Replaced strtr() by str_replace() (it's just faster). Changed ' to '
search: added search_lang for use in search-form. Using DE, the search will search รค=ae,... (alternate spelling of german umlauts)removed undocumented word-boundary searchsearch_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'")...
search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3.FCK-Editor: loads large pages faster
Changed all copyright notices to include now 2008
Fixed issue with escaped single and double quotes in search result (Thanks to thorn)
Fixed ticket #396;search result displays private and registered pages to not logged in users.Thanks to thorn
Added function wich replaces mbstring cause this seems not to work properly on some php4 versions (Thanks to thorn)
Optimized search and highlighting funktions
Fixed issues with some languages when UTF8 is used.Removed all htmlentites from the code (revoked changeset [396]) and added new functions instead.Adapted the search and the highlighting to use the new functions.With this changes WB can now be used with charset UTF8 for all languages.
Added new function for highlighting search results in the content area; Fixed some issues in search with special chars; (Special thanks to "thorn" and "Funky_MF")