Breaking: #102975 - Use full md5 hashes in indexed_search
See forge#102975
Description
For historical reasons an integer representation for castrated md5 hashes has
been used in several places for the ext:
provided database schema
and functionality. This led to conflicts that manifested as "duplicate key" errors.
Therefore, the database fields are transformed to varchar fields and the whole indexed search codebase changed to work with full md5 hashes now.
Due to the database changes it is necessary to truncate the indexed search tables, which is done within the database analyzer. Reindexing the data is therefore required.
Field types of following table fields are changed now:
index_
:phash phash
,phash_
,grouping content
Hash index_
:fulltext phash
index_
:rel phash
,wid
index_
:words wid
index_
:section phash
,phash_
t3 index_
:grlist phash
,phash_
,x hash_
gr_ list index_
:debug phash
Note
Remember to reindex your installation to fill the index again.
Impact
Installations using the ext:
need to apply a database schema
change which involves the truncation of the corresponding tables and reindex
the installation.
Affected installations
All installations using EXT:
are affected.
Migration
The database analyzer takes care of updating affected columns and truncates index related tables to be ready for reindexing.