Change aggregates based on filtered query

Hi all,

I'm using aggregates to create some filters on a search, but I want to be able to update the filters after a filter has been applied to only show aggregates that the filtered result list has. Is there any way to do this in the API? Thanks!

What would also work is if I can have say 3 different queries and search those three queries on 3 different fields all in one call. So search one term on item title, another on item brand, another on item color, etc. Is there a way to do that as one nested or compound query?

I guess I can do a bool compound query and say must term1 query1, term2 query2.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.