-
Notifications
You must be signed in to change notification settings - Fork 68
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
Index document is not returned in search as is #93
Comments
hi there @kernel164 can you please provide the following:
|
version:
sample code:
|
Will this be fixed? We are evaluating redis search and we are stuck with this issue. |
Hi there @kernel164 , I will take a deep look at this until Monday morning and come up with an explanation/fix if required :) Thank you for bringing this up. PS: when you say evaluating RediSearch you mean v1.6 or v2.0 ( important for my analysis )? |
Hi @filipecosta90, When I tried, 2.0 was not released. I will try 2.0 this week, but a quick look at the code for both version have same issue. |
Hi there @kernel164 , when I say 1.6 and 2.0 I mean https://github.com/RediSearch/RediSearch/releases/tag/v2.0.0 and not the module version. Are we refering to the same thing? |
Hi there @kernel164 , with regards to the payload it can be fixed by including the
to
With regards to losing the property value types ( for example numeric ) let me check how we're doing it in other clients ( if we're explicitly converting ), but bottom line we can ( and should do it ) via the PS: In the meantime and since the last reply @kernel164, did you you guys encountered other blockers or just this one? If you guys needs further examples on the documentation have that kind of feedback is very precious. ( Will add examples with payload fields to the docs in the meantime ) |
Yes I'm trying to check RediSearch 2.0 after looking at this blog => https://redislabs.com/blog/search-benchmarking-redisearch-vs-elasticsearch/ I didn't proceed further after this basic blocker. I will check the payload flag that you mentioned and try other things next week. Thanks. |
Thank you for the feedback @kernel164 . In the meantime I'll pursue the 2nd issue that you mentioned, that is losing property value types. cc @emmanuelkeller |
Document gets modified when it is returned from search.
E.g.
Indexed Document
Search Result Document
Two issues:
The text was updated successfully, but these errors were encountered: