Ticket #353 (closed defect: fixed)
Apostrophe search is case sensitive since we switched to the UTF8 tokenizer
| Reported by: | boutell | Owned by: | boutell |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.4 |
| Component: | apostrophePlugin | Version: | trunk |
| Keywords: | search | Cc: | dordille, geoffd, agilbert |
| Symfony version: | 1.4 |
Description
Bleagh, the Zend Search UTF8-friendly tokenizer is case sensitive! Searches are failing unless case matches. Not okay.
Work around this by converting to lowercase (again, in a UTF8-safe way) in the search index code. We still store the fields separately for purposes of presenting results so this should be fine.
apostrophe:rebuild-search-index will clean up neatly after that.
Change History
Note: See
TracTickets for help on using
tickets.

