Skip to content

Commit

Permalink
Fix: refresh index to get a consistent total. (#480)
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock authored Aug 8, 2024
1 parent 6cdd8b7 commit ecf3921
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/default/_core/reindex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ chapters:
- synopsis: Reindex a subset of documents (match).
path: /_reindex
method: POST
parameters:
refresh: true
request:
payload:
source:
Expand Down Expand Up @@ -82,7 +84,7 @@ chapters:
response:
status: 200
payload:
total: 1
total: 2
- synopsis: Reindex only unique documents.
path: /_reindex
method: POST
Expand Down

0 comments on commit ecf3921

Please sign in to comment.