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