Replies: 1 comment
-
By default, group by is case sensitive. |
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.
-
Working with RavenDb 6 in c#.
Case sensitive queries are possible e.g using _exact: true in the WHERE.
Now I also want to do a case sensitive GROUP BY.
GroupBy(i => i.Prop, StringComparer.Ordinal)
doesn't seem to work. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions