-
Notifications
You must be signed in to change notification settings - Fork 329
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
Why is the key obtained from "&2" not "rating" #1258
Comments
[
{
"operation": "shift",
"spec": {
"rating": { // &3, three levels above
"*": { // primary or quality (&2, two levels above)
"*": { // value (&1, one level above)
"$": "&3" // &3 starts here and moves up the tree nodes by two levels
}
}
}
}
}
] |
Please look above |
I still got it wrong. It's based on the current layer and iterating upwards |
The key obtained from "&1" is the "primary" and "quality" key
The text was updated successfully, but these errors were encountered: