Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I'm using the following code to retrieve pages based on a list of categories:
For some reason Find returns all pages of type ExpertisePage (for the current language). Seems like the filter is not applied at all.
I've tried using x => x.Match(categoryId) but result is the same.