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
Hi @Jay1980 - for some background, indexing and searching arrays of non-scalar strings is a (relatively) new thing in RediSearch, and Redis OM .NET has not been updated to support that feature yet.
It is possible to do though so I will leave this issue open as an enhancement.
a property that is of type
int[]
is not added to the index at all. e.g.whereas
string[]
is. e.g.I think the issue arises around this code:
redis-om-dotnet/src/Redis.OM/Modeling/RedisSchemaField.cs
Line 134 in 3ab039b
Should I be decorating int[] fields differently?
The text was updated successfully, but these errors were encountered: