This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
Is there a way to filter enumerated properties in the Where method of the .net SDK. In the docs it states only four filter options:
There are four implementations of IFilterOperator:
NumericFilterOperators: The filter operators for the Number field type. Optimizely Graph supports integer and float type.
BooleanFilterOperators: The filter operators for the Boolean field type.
DateFilterOperators: Filter operators for the DateTime field type.
StringFilterOperators: Filter operators for the String field type.
What we want to do is filter out content based on a list of Geta Categories.
Describe the solution you'd like
A way to filter content based on enumerated properties like a list of int or string.
Describe alternatives you've considered
We have considered querying with native graphQL queries directly with something like StrawberryShake. But it would be nice to have this feature in the .net SDK
Additional context
Add any other context or screenshots about the feature request here.