Okay, i found the problem.
t-shirt is indexed in keyword-table as:
t-shirt
or-juzutuziopa is indexed in keyword-table as:
or-juzutuziopa
BUT if you search:
t-shirt or
or-juzutuziopa you get:
"t", are too short words and were ignored.
"or", are too short words and were ignored.
BUT search for:
shirt or
juzutuziopa are get empty results.
The problem is in search_function with version PHP 4.3.2 or 4.3.3 !
With PHP 4.3.0 / 4.3.1
If you search:
t-shirt you get:
Results 1-2, 2 total, on "t-shirt" (0.48 seconds)
If search for:
shirt you get empty result.
-Roland-