From 4fab78ffa543b353d7488f2a9fb0ee2118058a92 Mon Sep 17 00:00:00 2001 From: khaledk2 Date: Sun, 29 Sep 2024 15:43:15 +0100 Subject: [PATCH] test --- manage.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manage.py b/manage.py index 14aa37b..d78ef11 100644 --- a/manage.py +++ b/manage.py @@ -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