datajoint/datajoint-matlab

Restriction by cell array is not treated as logical OR

Closed this issue · 1 comments

Restriction by cell arrays should be behave as restriction by lists or tuples in Python, returning entities matching any conditions in the collection. Currently a cell array is treated as an AndList.

ixcat commented

duplicate of #96