basho / riak-php-client

PHP clients for Riak
Apache License 2.0
160 stars 69 forks source link

Handling for bad search requests #107

Closed christophermancini closed 9 years ago

christophermancini commented 9 years ago

I added code to abort the processing of the result set when a 400 status code has been returned to account for issue #103 (CLIENTS-597). Added a new test for this case.

christophermancini commented 9 years ago

Accidentally created this to target develop.