Project

General

Profile

Actions

Bug #15020

closed

mysql like regarding german "umlaute"

Added by Nikolas Hagelstein over 18 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2005-10-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

when performing a like search on index_search.baseword containing a special character like an german "umlaut" e.g."ß"
mysql returns
"schloß"
but also
"schloss"

this is because mysql reduces characters to its "basecharater" unless the db field is flagged as binary.

a resultrow containing basecharactered word instead of the orignal search word makes indexedsearch fail on rendering the preview/highlight-searchword stuff.

quick n dirty workaround is to set index_search.baseword to binary.

(issue imported from #M1561)

Actions

Also available in: Atom PDF