: 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.

I suspect i must be misunderstanding your question, because it sounds like 
you just want...

        ...?q=title:Erik&fq=type:user


-Hoss

Reply via email to