Skip to content

Commit

Permalink
bleh
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Oct 18, 2023
1 parent 142e37e commit 9b1e600
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ [I] public async Task PointInTimeQuery()
liveSearch.Total.Should().Be(20);

var pitSearch = await client.SearchAsync<Doc>(s => s
.Index(null)
.Query(q => q.MatchAll())
.PointInTime(pitResp.PitId)
.TrackTotalHits());
Expand Down

0 comments on commit 9b1e600

Please sign in to comment.