Possible API bug, not searching correctly
Content
* Posted by Michael Ellerbeck on December 22, 2009 at 2:34pm
If for example you incorrectly sent an invalid search string
like
BADQUERY,something:status,NEW
It will return everything with the status of NEW. What I expect it to return would be nothing since the query is invalid. i.e. if I was using a select statement it would just error out instead of returning data. I consider this fairly dangerous behavior.
0