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
Your example isn't cahined. Either you need to do:
searchQuery = searchQuery.Select(...)
or continue:
.Filter(...).Select(...)
/Henrik
Thanks, I was blind......
of course it should be like that, thanks for seeing what I missed... ;-)
I am trying to use projections to minimize the amount of data that are returned from the Find server but I got this error:
Error setting value to 'Category' on 'ProductPage'
I am using code that looks like this:
Anyone got a clue on how it could be like this?