-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handling of doc => string data in Bulk Action #575
Conversation
@pentarim Thx for the addition. Can you add a small unit test for this one and update the changes.txt file? |
@ruflin Added, do you need anything else? |
@@ -1,5 +1,8 @@ | |||
CHANGES | |||
|
|||
2014-03-25 | |||
- Allow json string as data srouce for Bulk\Action on update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the pull request id at the end of the line.
Only one very small detail (see comment above). Thx. |
handling of doc => string data in Bulk Action
Merged. Thx. |
Thank you for all your work! |
@ruflin can I ask you to tag a release? |
When JMS Serializer is used with UpdateDocument the source is in the following format:
doc => '{"id":182,"name":"Somename"}'
Added handling of it in \Elastica\Bulk\Action::toString