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
Fixes error:
```
...
File ".../dp3/database/snapshots.py", line 249, in _prepare_latest_query
for attr, attr_filter in fulltext_filters:
ValueError: too many values to unpack (expected 2)
```
thrown at `GET /entity/{etype}/get` and `GET /entity/{etype}/count`
endpoints when `fulltext_filters` are not empty.
Most likely just a missed replacement from d8ae2b4.
0 commit comments