Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Sep 29, 2024
1 parent 2c07faa commit 4fab78f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,13 @@ def get_index_data_from_database(resource="all", source="all", backup="True"):
clean_index = False

# validat ethe indexing
test_indexing_search_query(
source=data_source, deep_check=False, check_studies=True
)
# test_indexing_search_query(
# source=data_source, deep_check=False, check_studies=True
# )

# backup the index data
if backup:
backup_elasticsearch_data()
# if backup:
# backup_elasticsearch_data()


# set configurations
Expand Down

0 comments on commit 4fab78f

Please sign in to comment.