Project

General

Profile

Actions

Bug #87138

closed

indexed_search: Duplicate entry for key 'Primary' in index_rel

Added by Reinhard Hiebl over 5 years ago. Updated 3 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2018-12-12
Due date:
% Done:

100%

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

Description

Wondering, why always 0 words was indexed on a specific page.

So i just inspected the query in \sysext\indexed_search\Classes\Indexer.php ~ 2010

$res = $GLOBALS['TYPO3_DB']->exec_INSERTmultipleRows('index_rel', $fields, $rows);

Result is a dublicate key and the whole page will not be indexed.
DB: Last query log

Might be the exact same issue as here (but for "index_rel"):
https://forge.typo3.org/issues/84541


Files

Screenshot_32.png (27.4 KB) Screenshot_32.png DB: Last query log Reinhard Hiebl, 2018-12-12 22:42
Screenshot_33.png (52.7 KB) Screenshot_33.png Reinhard Hiebl, 2018-12-12 22:52

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #84541: Uncaught TYPO3 Exception in indexed_search: duplicate key (hash) errorResolved2018-03-27

Actions
Related to TYPO3 Core - Bug #101249: Prevent exception caused by hash collisions in indexed_searchResolved2023-07-05

Actions
Related to TYPO3 Core - Task #102975: Use full md5 hash for `indexed_search`ClosedStefan Bürk2024-01-29

Actions
Actions

Also available in: Atom PDF