Is there a way to get a nested field in not flattened format?

I've a document that contains a field called json_field. This field contains nested object (a dictionary as complex as it can get, as I can't fix the shape at the moment). When I search for this field using json_field, I don't get anything. However, making it to json_field* gives all the whole object but in flattened object format, along with keywords (that are also not needed).
Is there a way to get the document as it was inserted?

Hi @MohammedZia.

Are you using nested quey?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.