Is it possible to get pivot info on a range-faceted query? For example, if I want to query the number of orders placed in January, February, etc., I know I can use a simple range search. If I want to get the number of orders by category, I can do that easily by faceting on category. I'm wondering if I can get the number of all orders by month, and also broken down by category. Is that possible in a single query?
Thanks, Toby