Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Dropping the cases and task collections in MongoDB also means that the collation is lost. This has the effect that searches in the DCM Lists service are not case-insesitive insensitive anymore. When possible try to only empty the collctions collections instead of dropping them in order to keep the correct collation. To re-create the collation do one of the following steps:

  • When the collections are dropped, restart the dcmDCM-lists Lists application. This will trigger the creation of the collections with the correct collation.
  • When the collections are dropppeddropped, manually recreate re-create the collections with the correct collation.

...