You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an Image has Map annotations Key: val_A and Key: val_B then one of these will be ignored since we return a "Dict of {'key': {iid: 'value', iid: 'value'}}". E.g. for 2 images:
See https://forum.image.sc/t/anomalies-in-searching-kvpairs-in-parade-and-main-omero-search-tool/29124
If an Image has Map annotations
Key: val_A
andKey: val_B
then one of these will be ignored since we return a "Dict of {'key': {iid: 'value', iid: 'value'}}". E.g. for 2 images:{"Key": {123: val_B, 456: 'foo'}
and
val_A
is ignored.omero-parade/omero_parade/annotation_filters/omero_filters.py
Line 171 in e93c014
Simplest "fix" is to concatenate values e.g.
The text was updated successfully, but these errors were encountered: