Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Joins not working for dot syntax / nested objects #92

Closed
ColeTownsend opened this issue Apr 6, 2017 · 1 comment
Closed

Joins not working for dot syntax / nested objects #92

ColeTownsend opened this issue Apr 6, 2017 · 1 comment
Assignees

Comments

@ColeTownsend
Copy link

image

image

"location": {
      "id": 5,
      "name": "87 Summer St",
      ...
},
"level": {
      "id": 3,
      "location_id": 5,
      "name": "Floor 20"
}
@lukasondre
Copy link
Contributor

@ColeTownsend joins with dot syntax work as expected. The source of this issue was actually that the space between the pipe and the filter name was not allowed, e.g. {one,two | & • } didn't work but {one,two |& • } did. Now both work. Sorry for the confusion.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants