-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Postponed
-
Component/s: Page Providers
-
Tags:
-
Backlog priority:450
Aggregates labels customizations are not taken into account.
For example, setting my.custom.key in a label will result in a concatenation of the from and to values. (see screenshot).
<aggregates> <aggregate id="dublincore_modified_agg" type="date_range" parameter="dc:modified"> <field schema="AUTHOR_PAGE_PROVIDER_pp" name="dublincore_modified_agg"/> <properties/> <dateRanges> <dateRange key="from_now-24h_to_now" fromDate="now-24h" toDate="now"/> <dateRange key="from_now-7d_to_now-24h" fromDate="now-7d" toDate="now-24h"/> </dateRanges> </aggregate> </aggregates>