Skip to content

Commit

Permalink
Undo MinimumNumberShouldMatch removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen Lonnkvist committed Dec 17, 2018
1 parent a60cb4b commit 4cc47ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Epinova.ElasticSearch.Core/Models/Query/BoolQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal class BoolQuery
[JsonProperty(JsonNames.Should)]
public List<MatchBase> Should { get; set; } = new List<MatchBase>();

[JsonIgnore]
[JsonProperty(JsonNames.MinimumNumberShouldMatch)]
public int? MinimumNumberShouldMatch { get; set; }

[JsonProperty(JsonNames.Filter)]
Expand Down

0 comments on commit 4cc47ef

Please sign in to comment.