diff --git a/modules/search/search.py b/modules/search/search.py index 9324d8c5f72..7829b1ea920 100644 --- a/modules/search/search.py +++ b/modules/search/search.py @@ -38,6 +38,8 @@ def generate_index(): if path.startswith("/mitigations/"): file_type = "mitigations" + elif path.startswith("/assets/"): + file_type = "assets" elif path.startswith("/matrices/"): file_type = "matrices" elif path.startswith("/groups/"):