Page 1 of 1

queue/history results not filtered on nzb_ids

Posted: April 24th, 2021, 5:26 am
by philborman
Filtering works fine with &search= but nzo_ids= appears not to work
example url http://localhost:8090/api?mode=history& ... o_h90pjip7
this returns all results in the history, not just the one matching SABnzbd_nzo_h90pjip7

is this a known issue or have I got a malformed url?
thanks

Re: queue/history results not filtered on nzb_ids

Posted: April 24th, 2021, 7:08 am
by jcfp
The url looks fine. What version of sabnzbd are you using? Filtering by nzo_ids was added in 3.2.0b1.

Re: queue/history results not filtered on nzb_ids

Posted: April 24th, 2021, 7:46 am
by philborman
Ah ok thanks, didnt realise it was so recent addition, I am on 3.1.1

Re: queue/history results not filtered on nzb_ids

Posted: April 24th, 2021, 9:06 am
by safihre
Is your job still in post processing? I see now that the filter doesn't work for jobs that are still post processing (that's a bug indeed).
For finished jobs it should work.

Re: queue/history results not filtered on nzb_ids

Posted: April 25th, 2021, 2:32 am
by philborman
The problem was I was on sabnzbd 3.1.1
Filtering on name works so I will stay using that for now. I expect filtering on nzb_ids will be more efficient.
Thanks for the fast response