-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Terms order aggregation name cannot contain a period #17600
Comments
Yes. Don't do that :) I tried out the bucket path syntax (eg using |
The fact that you can have aggregations with periods but not sort by it seems like a bug. On a side note I changed my code to remove the periods. But it should be all or nothing (you can sort by it, or aggregation names should be allowed to have a .) |
Related to #9059. |
Revisiting after some time - still fails on master. cc @elastic/es-search-aggs |
Related issue concerning dots in agg names: #19040 |
Dots in aggregation names can lead to tricky parsing situations, like being unable to sort by agg names with dots. This adds a deprecation logger and a note in the docs, letting us remove them in 8.0. Related to elastic#17600 and elastic#19040
This is, tragically, still an issue. It's not blocked on anything that I'm aware of though, so removing the |
Pinging @elastic/es-analytics-geo (Team:Analytics) |
Closing as not planned. |
I'm running on 1.7.5 and the following works:
however the following throws an error:
with the error:
Please note that if I remove the order part it works.
The text was updated successfully, but these errors were encountered: