I have an multi-tenant application that uses index aliases with filters. There is just one issue... when I use facet('tags') { terms :tags, all_terms: true }
it returns all terms for the complete index and not the ones that match the current tenant.
Is where a simple way arround this issue (except generating an index per customer)?
Example: http://pastie.org/5400685