Fix filter function for indexing #55

Merged
tischrei merged 1 commits from fix-search-index into main 2025-09-09 09:29:57 +00:00

View File

@ -197,7 +197,7 @@ class Services(object):
if cloud_environment_doc["name"] == cloud_environment:
cloud_environment_doc_check = True
if environment:
if cloud_environment_service["visibility"] == environment:
if cloud_environment_doc["visibility"] == environment:
cloud_doc_visibility_check = True
else:
cloud_doc_visibility_check = True