Hello, I'm working on improving the search experience on a page that is based on Optimizely Graph and I'm struggling with .NET client API to achieve the expected query.
I want to have nested logical operators like in the example below which works nicely when executed in the admin panel, but I'm not able to achieve the same result using Linq extension methods and the documentation is missing any example about how to do that. Could you please help me with that or provide an example of how to nest in a.a NET client?
Hello, I'm working on improving the search experience on a page that is based on Optimizely Graph and I'm struggling with .NET client API to achieve the expected query.
I want to have nested logical operators like in the example below which works nicely when executed in the admin panel, but I'm not able to achieve the same result using Linq extension methods and the documentation is missing any example about how to do that. Could you please help me with that or provide an example of how to nest in a.a NET client?
WHERE: A1 && (B1 || B2)