Project

General

Profile

Actions

Bug #95520

closed

indexed_search indexing letter instead of words

Added by Eugène Fritz over 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
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


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #94546: Fix array key undefined in for frontendClosed2021-07-12

Actions
Has duplicate TYPO3 Core - Bug #95834: Indexed_search splitting search wordClosed2021-10-31

Actions
Actions #1

Updated by Benni Mack over 2 years ago

  • Status changed from New to Accepted

Can confirm

Actions #2

Updated by Gerrit Code Review over 2 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

Actions #3

Updated by Benni Mack over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Georg Ringer over 2 years ago

  • Has duplicate Bug #95834: Indexed_search splitting search word added
Actions #5

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions #6

Updated by Christian Kuhn 20 days ago

  • Related to Bug #94546: Fix array key undefined in for frontend added
Actions

Also available in: Atom PDF