-
Notifications
You must be signed in to change notification settings - Fork 122
Fix full text search field indexing issue #43
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
Adds field name alias to fix full text searches. Closes redis#42
This seems right, but you'll need to update the schema tests. I'm also curious why there aren't tests that failed without this working... |
@abrookins good point about updating the tests, I'll give that a go and if successful will make a futher commit on this PR. |
Amended the schema tests and added a couple basic fuzzy queries for the hash model too. |
Test results after latest commit (I see same on main):
|
I've double checked this against the versions of RediSearch/RedisJSON currently on Redis Enterprise cloud and it's working there too. Note that in order to use Redis OM Python with Redis Enterprise, #73 needs to be addressed separately. |
Adds field name alias to fix full text searches. Tested with HashModel.
Closes #42