8.0.1 Fixes
- Fixes indexing issues when a filename contains unicode characters
8.0.0 Fixes:
- Issue with search results that query subject fields
- CLI bug when a LD_LIBRARY_PATH environment variable is present
Non-Backwards Compatible Changes:
With the formalization of Subjects in the Flywheel hierarchy in EM 5.0.0 , the metadata value of `age` in a Subject moved to the Session. This reflects that `age` is the subject's age at the time of the session, not their current age. A subject's birthdate is metadata that is inherent to the subject and does not change over time, so that metadata field stayed on the Subject level.
To ease the transition, using the search term `subject.age`returned the same results as searching the term `session.age`. However, with EM 8.0.0 and beyond, searches querying `subject.age` will be removed, and the field will no longer be indexed. The user must instead search by `session.age`, the actual location of the subject's age at the time of scan.