-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Reopen #858: MultiGet does not respect source filtering fields #1235
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
Comments
@lakario You're applying source at the query param level, hence the request url: Instead, you want to set source filtering at the document level. The syntax is a bit different:
|
@gmarz The above signature doesn't seem to exist for me.
Also, your example does not take advantage of the type-safe expression syntax, which is what I am after. |
Oops sorry, I left out the
Notice above, you can also use the expression form for your properties. |
@gmarz Sure enough, that's what I was looking for. Thanks. |
#858 appears to have been regressed, as early as version 1.0.2:
Just verified locally under the exact same conditions as originally. I was using version 1.0.2, and since upgraded to 1.4.0.
Here's the NEST query:
And the generated request:
The expected request:
The text was updated successfully, but these errors were encountered: