basho / riak-php-client

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

Handling for bad search requests #108

Closed christophermancini closed 8 years ago

christophermancini commented 8 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 8 years ago

@karlra let me know if this is an acceptable solution for you.

christophermancini commented 8 years ago

@lukebakken @javajolt Updated code as we discussed offline.

lukebakken commented 8 years ago

:ship: :it:

christophermancini commented 8 years ago

Tests are still passing post last commit. Merging!