Replies: 1 comment
-
Here's what i'm using for a case-insensitive contains and not contains filter. Hoping it might help you with your issue as it works fine for me, nulls or no.
Perhaps paste your code and a snippet of the schema and query? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HI, everyone!!!
As documented here (https://chillicream.com/docs/hotchocolate/api-reference/extending-filtering#extending-iqueryable), I'm trying to implement a case insensitive funcionality. Besides the result of the QueryableStringInvariantEqualsHandler seems to be correct, the server returns the following error : "Object reference not set to an instance of an object.".
The stack trace showed is:
Does anyone know what is wrong?
Thanks!!!! (editado)
Beta Was this translation helpful? Give feedback.
All reactions