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
Description of the problem including expected versus actual behavior:
In previous versions (7.x) the QueryContainer objects could be used for logical operations like && and || example:
QueryContainer container = container1 || container2;
In 8.x this is not working. The QueryContainer seems to be replaced with QueryDescriptor, which is fine, but the logical operations implementation is missing. Is this a bug, or something that will be added in the future, or is it replaced with some other approach?
Steps to reproduce:
Try to construct a QueryDescriptor from two other queries with logical operations
Expected behavior
The operation to be allowed, or documentation to be available on how to migrate such code.
Provide ConnectionSettings (if relevant):
Provide DebugInformation (if relevant):
The content you are editing has changed. Please copy your edits and refresh the page.
Hi @bonny-bonev, some of the convenience features are not yet ported over from 7.x to 8.x. My primary focus is on endpoint support at the moment (there is still a lot of functionality missing in 8.x). Afterwards I definitely plan to bring back some of these usability imrovements.
Elastic.Clients.Elasticsearch version:8.11
Elasticsearch version:8.11
.NET runtime version:4.8
Operating system version:Win 11
Description of the problem including expected versus actual behavior:
In previous versions (7.x) the QueryContainer objects could be used for logical operations like && and || example:
QueryContainer container = container1 || container2;
In 8.x this is not working. The QueryContainer seems to be replaced with QueryDescriptor, which is fine, but the logical operations implementation is missing. Is this a bug, or something that will be added in the future, or is it replaced with some other approach?
Steps to reproduce:
Expected behavior
The operation to be allowed, or documentation to be available on how to migrate such code.
Provide
ConnectionSettings
(if relevant):Provide
DebugInformation
(if relevant):Tasks
The text was updated successfully, but these errors were encountered: