Hi
I've to filter a page type ie Article pages conating a list of categories
My query is
var selectedCategories = new List<int>{1,2,3}
var result = _client.Search<ArticlePage>()
this code return articles conatain any of the categories in the list. But I want to return articles contain all the categories in list