diff --git a/backend/main.py b/backend/main.py index 760e0b2..34b02f2 100644 --- a/backend/main.py +++ b/backend/main.py @@ -1636,6 +1636,7 @@ async def api_tree_search( "path": entry["path"], "name": entry["name"], "type": entry["type"], + "matched_path": entry["path"], }) return {"query": q, "vault_filter": vault, "results": results}