parseInclude
Parse an IncludeSpec from the include string Include String structure:
enrichment{.deep.path} AS propertyName
Examples
server.layers.0.name as layerName
-> use theserver
enrichment, extract the name of the first layer and attach that aslayerName
server.layers
-> use theserver
enrichment, attach thelayers
array aslayers
Parameters
Returns
IIncludeSpec
Property | Type | Notes |
---|
Function defined in common/src/search/_internal/parseInclude.ts:34