Index Tool for Search #107

Merged
zuul merged 17 commits from index_search into main 2023-06-27 07:57:26 +00:00
3 changed files with 164 additions and 5 deletions
Showing only changes of commit 3dd766f0e9 - Show all commits

View File

@ -100,6 +100,7 @@ def getData(environment, all_doc_types):
metadatadata = metadata.service_types_with_doc_types( metadatadata = metadata.service_types_with_doc_types(
environment=environment environment=environment
) )
final_data = metadatadata
if not all_doc_types: if not all_doc_types:
final_data = filter_docs(metadatadata) final_data = filter_docs(metadatadata)
return final_data return final_data