Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132384 - Reducing index tables' size and false hits via tolower()
Summary: Reducing index tables' size and false hits via tolower()
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: Forums (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Forum Moderators
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-05 14:13 UTC by Alexey Chumakov (RETIRED)
Modified: 2006-05-07 10:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch includes/functions_search.php with tolower() function (functions_search.patch,883 bytes, patch)
2006-05-05 14:14 UTC, Alexey Chumakov (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Chumakov (RETIRED) gentoo-dev 2006-05-05 14:13:51 UTC
phpBB developers didn't manage to handle character case correctly for stoplist and synonims. Patch attached (thanks to advice from phpbbguru.net Russian support forum).
Comment 1 Alexey Chumakov (RETIRED) gentoo-dev 2006-05-05 14:14:55 UTC
Created attachment 86225 [details, diff]
patch includes/functions_search.php with tolower() function
Comment 2 Tom Knight (RETIRED) gentoo-dev 2006-05-07 10:23:59 UTC
Fixed, thanks for the patch.