genialis / resolwe-bio-py

Resolwe Bioinformatics Python API
Apache License 2.0
4 stars 25 forks source link

Filter by process_name returns everything #145

Closed tristanbrown closed 6 years ago

tristanbrown commented 6 years ago

Reproduce: res.data.filter(process_name='Bowtie 1.0.0', limit=3) returns the same objects as res.data.filter(process_name='foo', limit=3).

dblenkus commented 6 years ago

It is not supported: http://resdk.readthedocs.io/en/stable/ref.html#resolwe-query

JureZmrzlikar commented 6 years ago

This should work now.