2023.1.0 to 2023.1.2
1. EWS Contactsync: Separated from ASYS_USERS
Table
What changed
The logic for EWS Contactsync was decoupled from the ASYS_USERS
table to avoid data corruption in user records.
Why it matters
Previously, using EWS Contactsync could result in corrupted entries in ASYS_USERS
. The separation improves data integrity and maintainability.
Recommended actions
Run the server process migrateToEwsSearchFilter_serverprocess
once to complete the migration. This will transfer the necessary data to the correct structures.
2. Index Search: Collection Deletion Required Due to Solr Upgrade
What changed
A new index schema and an updated Solr version are introduced with ADITO 2023.1.2. Existing collections are incompatible.
Why it matters
The index search will not function until the index is rebuilt using the new schema and Solr version.
Recommended actions
Delete the current Solr collection and trigger a full index via the indexer to regenerate it based on the new schema.
Repeat this procedure every time Solr or the index schema is updated.