Quantcast
Channel: Optimizely Search & Navigation
Viewing all articles
Browse latest Browse all 6894

Filter by all categories

$
0
0

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


Viewing all articles
Browse latest Browse all 6894

Trending Articles