You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I'm trying to use RedisOM with OData as an IQueryable data source, and OData is sending an OrderBy expression that ultimately is making it to the RedisQueryProvider.(Expression expression) method, which doesn't.
Before I spend time trying to figure out how to make that work, is this a known problem with trying to use RedisOM with OData? Is there a workaround? If not, is this something that is going to be relatively easy to accomplish, or am I barking up the wrong tree?
The text was updated successfully, but these errors were encountered:
mfaulcon
changed the title
OrderBy with RedisCollection<T> as IQueryable<T>
OrderBy with RedisCollection<T> as IQueryable<T> using OData
Feb 2, 2025
I see in the code that SearchExtensions.cs defines an OrderBy method on the IRedisCollection interface (among others):
redis-om-dotnet/src/Redis.OM/SearchExtensions.cs
Line 545 in 7f43b7b
However, I'm trying to use RedisOM with OData as an IQueryable data source, and OData is sending an OrderBy expression that ultimately is making it to the RedisQueryProvider.(Expression expression) method, which doesn't.
redis-om-dotnet/src/Redis.OM/Searching/RedisQueryProvider.cs
Line 261 in 7f43b7b
Before I spend time trying to figure out how to make that work, is this a known problem with trying to use RedisOM with OData? Is there a workaround? If not, is this something that is going to be relatively easy to accomplish, or am I barking up the wrong tree?
The text was updated successfully, but these errors were encountered: