Skip to content

QL: Support runtime-fields at query-time #68116

@costin

Description

@costin

With the introduction of query-time runtime fields, requests can be enhanced with "runtime"/"virtual" fields that augment the mapping.
Both declarative languages should allow clients to specify such fields if desired, similar to the filter parameter.
As a side-note, as the number of params increases, it might make sense to encapsulate ES query parameter into a dedicated object so potential future additions, don't end up clashing with other top-level params:

filter: {} -> enrich { filter: {} , runtime-mapping : {}, <extra-option> : {}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions