You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explore adding support for highlighting, since with large JSON blobs it can be difficult to tell which key-value pairs matched the query.
Introduce a way for certain JSON keys to be 'promoted' into individual fields. One approach we're considering is to extend copy_to to work on entire objects, so that the same JSON blob could be added both as a 'flattened object' field, and also as normal object with explicit subfield definitions.
This meta-issue tracks improvements to
flattenedfields. The initial version of the feature was designed + tracked in #33003.Immediate improvements:
Requires feedback/ research:
copy_toto work on entire objects, so that the same JSON blob could be added both as a 'flattened object' field, and also as normal object with explicit subfield definitions.