Re: Building a multilevel query.

2008-09-04 Thread Chris Hostetter
: 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 "ty

Re: Building a multilevel query.

2008-09-03 Thread Matthew Runo
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 PROT

Building a multilevel query.

2008-09-02 Thread Erik Holstad
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 =