2372: REST Api doesn't work when searching for review requests with ship-it status set to false

cat****@gmai***** (Google Code) (Is this you? Claim this profile.)
Sept. 28, 2012
2635
What version are you running?
1.6.1

What's the URL of the page containing the problem?
/api/review-requests/?repository=repo_id&ship-it=False

What steps will reproduce the problem?
1. Make a review request
2. Use the Review Requests List REST resource to search for all reviews
that do not have ship-it status (ship-it=0, ship-it=false or ship-it=False)

What is the expected output? What do you see instead?
I would expect that my review request will apear in the result
When using the ship-it=0 parameter the result set is allways empty (ship-it=1 works as intended though)

What operating system are you using? What browser?
Operating system: Ubuntu 10.04.1 LTS

Please provide any additional information below.
david
#1 david
It looks like what's happening is that it's excluding items that have *only* ship-its, but not items with *any* ship-its.