-
Notifications
You must be signed in to change notification settings - Fork 72
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
support DocumentManager.setReadTransform for DocumentManager.search calls #639
Comments
+1 on this. |
Ajit, I added a unit test which tries
I haven't tested with documentManager.setReadTransform and queryDefinition.setResponseTransform set to different transforms. I also didn't test using documentManager.setReadTransform and passing in a SearchReadHandle to verify it gets transformed also. Other than that I'm not seeing anything else to test here. |
Shipping the Task. Pending Git issues on this feature will be handled separately. |
Just as we support QueryDefinition.setResponseTransform when a call is made to DocumentManager.search(QueryDefinition, long), we should also support DocumentManager.setReadTransform for those calls. We should throw an error if both are specified but with different transforms.
The text was updated successfully, but these errors were encountered: