Task #102975
closedUse full md5 hash for `indexed_search`
100%
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.
Updated by Stefan Bürk 10 months ago
- Related to Bug #84541: Uncaught TYPO3 Exception in indexed_search: duplicate key (hash) error added
Updated by Stefan Bürk 10 months ago
- Related to Bug #90977: possible race condition in indexedsearch added
Updated by Stefan Bürk 10 months ago
- Related to Bug #87138: indexed_search: Duplicate entry for key 'Primary' in index_rel added
Updated by Gerrit Code Review 10 months ago
- Status changed from New to Under Review
Patch set 17 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74688
Updated by Gerrit Code Review 10 months ago
Patch set 18 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74688
Updated by Gerrit Code Review 10 months ago
Patch set 19 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74688
Updated by Gerrit Code Review 10 months ago
Patch set 20 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74688
Updated by Gerrit Code Review 10 months ago
Patch set 21 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74688
Updated by Stefan Bürk 10 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3ad5b4535b6d49758acc004e3202309e5479f642.
Updated by Chris Müller 9 months ago
- Related to Task #103312: Document database changes for md5 hash added
Updated by Christian Kuhn 8 months ago
- Related to Bug #103541: Validation failed while trying to call TYPO3\CMS\IndexedSearch\Controller\AdministrationController->statisticDetailsAction(). added
Updated by Christian Kuhn 8 months ago
- Related to Bug #103543: indexed_search: Cannot save stopwords in "Words by top count" and "Words by frequency" added
Updated by Christian Kuhn 8 months ago
- Related to deleted (Bug #103543: indexed_search: Cannot save stopwords in "Words by top count" and "Words by frequency")
Updated by Christian Kuhn 8 months ago
- Related to Bug #103547: indexed_search: Link to word details fails added