Try our conversational search powered by Generative AI!

How to Filter a specific page type by page reference property of this page where this reference's metadatatitle is " events"

Vote:
 

 How to Filter a specific page type by page reference property of this page where this reference's metadatatitle is " events"

Can anyone help me to make this happened . This is very urgent for my project

#155429
Sep 16, 2016 15:52
Vote:
 
1
2
3
4
var searchResult = client.Search<BlogPost>()
    .For(q)
    .InField(x => x.Title)
    .GetResult();
#155443
Sep 16, 2016 21:43
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.