Actions
Bug #95520
closedindexed_search indexing letter instead of words
Start date:
2021-10-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi, I have the problem that indexed_search indexes letters instead of words
Additionally: if I search for example "demo", the fluid variable {searchWords}
returns an array with each letter.
If I search for only 1 letter, the exception 1476049702 is thrown
searchWords => array(4 items)
0 => array(2 items)
sword => 'd' (1 chars)
oper => 'AND' (3 chars)
1 => array(2 items)
sword => 'e' (1 chars)
oper => 'AND' (3 chars)
2 => array(2 items)
sword => 'm' (1 chars)
oper => 'AND' (3 chars)
3 => array(2 items)
sword => 'o' (1 chars)
oper => 'AND' (3 chars)
ddev with php 7.4.18 and MySQL 5.5.5-10.5.10-MariaDB-1:10.5.10
Files
Actions