polyfractal / sherlock

MIT License
119 stars 28 forks source link

Error on deleting documents #50

Closed Mopster closed 11 years ago

Mopster commented 11 years ago

I get the following error when deleting a (missing) document from the index :

Notice: Undefined index: error in /home/projects/bolero/data/bolero/vendor/sherlock/sherlock/src/Sherlock/responses/Response.php line 72 

It seems 'error' is missing in the responseData array.

Mopster commented 11 years ago

I created a PullRequest for this : https://github.com/polyfractal/sherlock/pull/52