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

[Feature] Filter by enumerated properties in the .net SDK [FIND-13264] #48

@lounge

Description

@lounge

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Accepted IssueAccept issue to create JIRA ticketPR createdMark that PR has been created for reviewhelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions