To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Ticket #353 (closed defect: fixed)

Opened 21 months ago

Last modified 21 months ago

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

Changed 21 months ago by boutell

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.