-
Notifications
You must be signed in to change notification settings - Fork 82
Add support for StartsWith/EndsWith, extended support for Contains #402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fixed type casting issue for #286
Update RedisObjectHandler.cs
This is should fix #264 with implementation of StartsWith and EndsWith |
@slorello89 the test are passing but there is a timeout |
…r1/redis-om-dotnet into async_for_bulk_operation
…r1/redis-om-dotnet into async_for_bulk_operation
…r1/redis-om-dotnet into async_for_bulk_operation
…more flexible fuzzy match, more tests, added custom parsers for startsWith/endsWith
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't think this actually fixes #116 @zulander1 - that's still very much caused by an issue that needs to be addressed in RediSearch, but definitely adds some nice support for StartsWith/EndsWith/Contains.
LGTM 👍
fixes issue #116