Skip to content
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

Aggregations: Aggregation names can now include dot #6708

Closed
wants to merge 1 commit into from
Closed

Aggregations: Aggregation names can now include dot #6708

wants to merge 1 commit into from

Conversation

colings86
Copy link
Contributor

Aggregation name are now able to use any character except '[', ']', and '>'. Dot syntax may still be used to reference values (e.g. in the order field) but may only reference the value directly beneath the last aggregation in the list. more complex structures will need to be accessed using the aggname[value] syntax

Closes #6702

Aggregation name are now able to use any character except '[', ']', and '>". Dot syntax may still be used to reference values (e.g. in the order field) but may only defence the value directly beneath the last aggregation in the list. more complex structures will need to be accessed using the aggname[value] syntax

Closes #6702
@colings86
Copy link
Contributor Author

relates to #6736.

@s1monw
Copy link
Contributor

s1monw commented Jul 8, 2014

LGTM

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

Successfully merging this pull request may close these issues.

Extend allowed characters in aggregation name
2 participants