diff --git a/admin/templates/settings_search_results.mustache b/admin/templates/settings_search_results.mustache
index 78b62053374..df82b0ff616 100644
--- a/admin/templates/settings_search_results.mustache
+++ b/admin/templates/settings_search_results.mustache
@@ -22,7 +22,7 @@
Context variables required for this template:
* actionurl - Url to post to
* hasresults - True if there are results
- * results - List of results containing url, title, settings (array of raw html)
+ * results - List of results containing url, title, path (array of strings), settings (array of raw html)
* showsave - Show save buttons
Example context (json):
@@ -30,7 +30,7 @@
"actionurl": "/",
"hasresults": true,
"results": [
- { "url": "/", "title": "Match!", "settings": [ "blah blah blah" ] }
+ { "url": "/", "title": "Match!", "path": ["Administration", "Match!"], "settings": [ "blah blah blah" ] }
]
}
}}
@@ -41,9 +41,15 @@