Skip to content

Commit 1f1fc39

Browse files
Ensure we add the typed_keys to both descriptors (#6184) (#6185)
Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
1 parent e5b4bd7 commit 1f1fc39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Elastic.Clients.Elasticsearch/FutureGenerated/FutureGenerated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2326,6 +2326,8 @@ public AsyncSearchSubmitRequestDescriptor<TDocument> MatchAll()
23262326
Query(new MatchAllQuery());
23272327
return Self;
23282328
}
2329+
2330+
internal override void BeforeRequest() => TypedKeys(true);
23292331
}
23302332

23312333
public sealed partial class GetAsyncSearchRequestDescriptor

0 commit comments

Comments
 (0)