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
I want to declare a instance of MulitMatchQuery with multiple Fields. The property of MulitMatchQuery.Fields is of Type Fields, which i cannot initialize.
A clear and concise description of what the bug is.
Missing public constructor
@DavidHoechtlJH Yes, take a look at the different implicit conversion operators of this class. You can even use lambda expressions to initialize the Fields.
I think it's good practice to have matching static methods for each implicit operator like "Fields.FromStrings(...)" etc. I'll try to add these in one of the next releases.
**Elastic.Clients.Elasticsearch version 8.13.7
**Elasticsearch version 8.12.2
**.NET runtime version .net 8
**Operating system version windows 11
I want to declare a instance of MulitMatchQuery with multiple Fields. The property of MulitMatchQuery.Fields is of Type Fields, which i cannot initialize.
A clear and concise description of what the bug is.
Missing public constructor
Steps to reproduce:
The text was updated successfully, but these errors were encountered: