Match across multiple nested documents

Hi,

I have this mapping https://gist.github.com/mortenhauberg/1c8e514c2a824cadfa47, and a document that looks like this https://gist.github.com/mortenhauberg/8bcf1a08a373ca3c3d2b.

How would i go about searching for "Inge-Lise Rosenberg", or maybe just "Inge-Lise Rose"?

I ended up using "copy_to" and then copy all values into a searchable field.
It seems to work

Indeed copy_to is the right way to do this.

Great, I was not sure it was the correct approach. Thanks :slight_smile: