GitHub user snoopdave opened a pull request:
https://github.com/apache/usergrid/pull/525
Initial support for select mappings with entity object fields
DO NOT MERGE. For review purposes only.
The behavior of select mappings changed in UG2 in two ways: 1) we no return
entities with filtered fields instead of an array of values and 2) we no longer
support nested fields (i.e. EntityObjectFields).
This PR fixes item #2 and soon will address #1 by adding a URL parameter so
folks can request the legacy format.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/snoopdave/usergrid select-mappings-nested
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/usergrid/pull/525.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #525
----
commit 596e0fc5cef2eb1ae4aba40343bf27e73aee86d6
Author: Dave Johnson <[email protected]>
Date: 2016-05-18T21:24:25Z
Initial support for select mappings with entity object fields (i.e. nested
fields)
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---