[data.search.aggs] Make aggs available on the server #65793
Labels
blocker
enhancement
New value added to drive a business result
Feature:Aggregations
Aggregation infrastructure (AggConfig, esaggs, ...)
Parent issue #60126
Blocks #65069, #46906
First we need to address aggs dependencies which need to be available on the server:
deserializeFieldFormat
fieldFormatter
,fieldOwnFormatter
and all instances ofgetFormat
from aggs, and remove the fieldFormats dependency fromAggConfigs
andAggConfig
Then we need to:
common
and re-export the contract on client & serverThis work is necessary to unblock moving
esaggs
expression function to the server as part of #46906The text was updated successfully, but these errors were encountered: