Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
If you send a query with range facets using old olap-style syntax (see pdf here), OldAnalyticsRequestConverter just silently (no exception thrown) omits parameters like
olap.<request>.rangefacet.<field>.start
in case if <field> has dots inside (for instance field name is Project.Value). And thus no range facets are returned in response.
Probably the same happens in case of field faceting.