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
Updated by Gerrit Code Review about 3 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71652
Updated by Benni Mack about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4898345d49fde5b3f00f675346462bd4e1bdb104.
Updated by Georg Ringer about 3 years ago
- Has duplicate Bug #95834: Indexed_search splitting search word added
Updated by Christian Kuhn 8 months ago
- Related to Bug #94546: Fix array key undefined in for frontend added
Actions