Skip to content

Commit

Permalink
Add --refresh to document command
Browse files Browse the repository at this point in the history
  • Loading branch information
jslay-excella committed May 26, 2022
1 parent 84a6409 commit 613a47e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfgov/search/elasticsearch_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def rebuild_elasticsearch_index(*indices, stdout=sys.stdout):
"opensearch",
"document",
"index",
"--refresh",
*indices,
force=True,
stdout=stdout,
Expand Down

0 comments on commit 613a47e

Please sign in to comment.