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
I have encountered a problem when using the RedisOM. My problem is that I can't index models using the index I created through RedisConnectionProvider.
It started when I implemented my custom JSON formatter, which changes serialization names of the class properties to snake_case. Whenever I use Linq methods to access the data, they always return an empty collection.
I found an issue #347 on the same topic where a solution to a similar problem was proposed. However, I believe this issue needs a more appropriate approach, possibly through JsonSerializerSettings.
I would be grateful for any help or guidance on this issue. Thank you!
The text was updated successfully, but these errors were encountered:
This is probably because the schema parser isn't factoring in these serialization settings when it's figuring out how to build the paths to the nodes in your object.
Hello!
I have encountered a problem when using the RedisOM. My problem is that I can't index models using the index I created through RedisConnectionProvider.
It started when I implemented my custom JSON formatter, which changes serialization names of the class properties to snake_case. Whenever I use Linq methods to access the data, they always return an empty collection.
Here's how I do that:
I found an issue #347 on the same topic where a solution to a similar problem was proposed. However, I believe this issue needs a more appropriate approach, possibly through JsonSerializerSettings.
I would be grateful for any help or guidance on this issue. Thank you!
The text was updated successfully, but these errors were encountered: