How to find intersection of multiple queries

My record looks like this:

user_uuid, keywords, timestamp

I need to find out the list of user_uuids who searched for given keywords within a given timestamp.

However, there can be multiple conditions for finding user_uuids. Basically, I want an intersection of the results for each condition.

I am stuck and can't seem to find any solution.

Ref: how to write an Elasticsearch query having multiple conditions - Stack Overflow

Attempt: query - Google Docs

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