You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the new ElasticSearch client (after searching through various issues, as well as the code), I am trying to replicate this like the following, but am not getting the includes in the resulting json.
Any help would be appreciated as this is one of the last pieces of our client that needs to be updated, and we don't want to bring back all fields from our Search document, but still want to rely upon it for reference within various other Expressions.
The text was updated successfully, but these errors were encountered:
Elastic.Clients.Elasticsearch version: 8.15.10
Elasticsearch version: 8.15.1
.NET runtime version: 8.0
Operating system version: Windows 12
Description of the problem including expected versus actual behavior:
A clear and concise description of what the bug is.
In the previous NEST client, I could issue a query like:
and the resulting json would look like:
In the new ElasticSearch client (after searching through various issues, as well as the code), I am trying to replicate this like the following, but am not getting the includes in the resulting json.
Any help would be appreciated as this is one of the last pieces of our client that needs to be updated, and we don't want to bring back all fields from our Search document, but still want to rely upon it for reference within various other Expressions.
The text was updated successfully, but these errors were encountered: