I think in order to do this you'd need to run two queries. We do this as well, for example..

Facet on the product types that match a query term.
For each product type, run another query to facet on the subcategories.

Thanks for your time!

Matthew Runo
Software Engineer, Zappos.com
[EMAIL PROTECTED] - 702-943-7833

On Sep 2, 2008, at 5:20 PM, Erik Holstad wrote:

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

Reply via email to