Filter array of nested object on App Search

I have a data structure where certain fields are nested objects. For example, in my 'events' engine, the 'event_permission' field is an array of objects, with each object containing a 'user_id'.

I'm using @elastic/enterprise-search for nodejs. How can I filter by user_id in the event_permission array without denormalizitng the data?

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