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

How can I fetch all pages with different language version by epi find query using GetContentResult() method

$
0
0

Hi,

Can anyone help me to know  how we can fetch  all pages created with different languages version by epi find query.

My query are mentioned a s below:-

var query = SearchClient.Instance.Search<PublicContentPage>().FilterForVisitor().
OrderByDescending(x => x.StartPublish).Take(1000);
var batch = query.GetContentResult();

Thanks in advance


Viewing all articles
Browse latest Browse all 6894

Trending Articles