Skip to content

Commit

Permalink
Add __outline to the predefined aggregations
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarincev committed Aug 8, 2019
1 parent 61c1fbd commit f0f0cd5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ private IList<AggregationProperty> GetAllProperties(string catalogId, IEnumerabl

result.AddRange(currencies.Select(c => new AggregationProperty { Type = _priceRangeType, Name = $"Price {c}", Currency = c }));

result.Add(new AggregationProperty { Type = _attributeType, Name = $"__outline" });
return result;
}

Expand Down

0 comments on commit f0f0cd5

Please sign in to comment.