We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc9c06 commit 54b3e81Copy full SHA for 54b3e81
src/plugins/data/common/index_patterns/index_patterns/flatten_hit.ts
@@ -114,7 +114,7 @@ export function flattenHitWrapper(
114
metaFields = {},
115
cache = new WeakMap()
116
) {
117
- return function cachedFlatten(hit: Record<string, any>, deep = false) {
+ return function cachedFlatten(hit: Record<string, any>, deep = true) {
118
const decorateFlattened = decorateFlattenedWrapper(hit, metaFields);
119
const cached = cache.get(hit);
120
const flattened = cached || flattenHit(indexPattern, hit, deep);
0 commit comments