Project

General

Profile

Actions

Task #102975

closed

Use full md5 hash for `indexed_search`

Added by Stefan Bürk 4 months ago. Updated 4 months ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Indexed Search
Target version:
Start date:
2024-01-29
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

For `ext:indexed_search` not only a cumbersome md5 to int
conversion has been used. The original md5 length has been
reduced by simply cutting of values from the end combined
with a `hexdec` conversion, leading to a highly increased
conflict propability (duplicate keys) for several places.

To mitigate this, the raw md5 hash should be used instead
of the reduced integer representation.


Related issues 6 (0 open6 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 #90977: possible race condition in indexedsearchResolved2020-04-07

Actions
Related to TYPO3 Core - Bug #87138: indexed_search: Duplicate entry for key 'Primary' in index_relResolved2018-12-12

Actions
Related to TYPO3 Core - Task #103312: Document database changes for md5 hashResolvedChris Müller2024-03-06

Actions
Related to TYPO3 Core - Bug #103541: Validation failed while trying to call TYPO3\CMS\IndexedSearch\Controller\AdministrationController->statisticDetailsAction().Resolved2024-04-06

Actions
Related to TYPO3 Core - Bug #103547: indexed_search: Link to word details failsResolved2024-04-07

Actions
Actions

Also available in: Atom PDF