Closed ppadovani closed 6 years ago
Found this in 5.6.9, suspect I introduced it in 6.X so need to double check.
Fix is in _format_hit.js
insert before the flatten
if (hit.$$_flattened_deep[partialsKey]) { return partials[partialsKey] = convert(hit, hit.$$_flattened_deep[partialsKey], fieldName, false); }
Fixed in 5.6.9
Found this in 5.6.9, suspect I introduced it in 6.X so need to double check.
Fix is in _format_hit.js
insert before the flatten
if (hit.$$_flattened_deep[partialsKey]) { return partials[partialsKey] = convert(hit, hit.$$_flattened_deep[partialsKey], fieldName, false); }