Hi! I want to do a query that first queries on one specific field and for all those that match the input do a second query.
For example if we have a "type" field where one of the options is "user" and a "title" fields includes the names of the users. So I want to find all data with "type" field = user where the name Erik is in the title field. Is this possible? Have been playing with faceting, but can't get the facet.query to work, and otherwise I just get all the results. Regards Erik