cakephp / elastic-search

Elastic search datasource for CakePHP
Other
88 stars 53 forks source link

Fix for meta character being sent in request body during save #106

Closed lilHermit closed 8 years ago

lilHermit commented 8 years ago

proposed fix for #105

markstory commented 8 years ago

Could we get a test for this? If you don't know how to do the test I'm happy to help.

lilHermit commented 8 years ago

@markstory Yeah I'm happy to do a test but will need some guidance.

markstory commented 8 years ago

@lilHermit You could add a test that double saves an entity. That triggered the problem before didn't it?

lilHermit commented 8 years ago

Double Save test added

lorenzo commented 8 years ago

@markstory was that the test case you were expecting to see?

markstory commented 8 years ago

@lorenzo Yeah.

lorenzo commented 8 years ago

Thanks @lilHermit