-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
MultiGet ignores _source field (reopen #849) #858
Comments
@lakario Yup, I just confirmed this as well. I'm looking into it, thanks for following up. |
Yeah huge props for the code to reproduce the issue 👍, we should have confirmed that we saw your comment on #849 quicker :) |
Thanks guys. I wasn't sure if notifications stopped on closed issues so I opened a new one just in case. |
@Mpdreamz so I think the issue here lies in
I'm not sure of the nature or history of why we're doing this, but it's causing the API calls to be incorrect. |
That bit is to be able to override the generated C# method names. There was a bug though that caused them to send the wrong querystring params that I though I fixed in this commit: |
Ah, I see. The problem is actually with the |
Pushed the above fix. @lakario feel free to get latest and confirm. Thanks again for reporting. |
Fix looks good. Thanks guys. |
Just verified locally under the exact same conditions as originally. New issue opened: #1235. |
Issue #849 reported that MultiGet was ignoring _source fields. The issue has since been closed with a supposed fix pushed to develop. Having tested that fix, I can confirm that functionality is still missing.
Here's a sample which demonstrates the issue (references latest develop sources):
The text was updated successfully, but these errors were encountered: