diff --git a/frappe/public/js/frappe/ui/toolbar/search.js b/frappe/public/js/frappe/ui/toolbar/search.js index 8e8f3e6cbb..00cfe88a69 100644 --- a/frappe/public/js/frappe/ui/toolbar/search.js +++ b/frappe/public/js/frappe/ui/toolbar/search.js @@ -6,7 +6,7 @@ frappe.ui.toolbar.Search = frappe.ui.toolbar.SelectorDialog.extend({ this._super({ title: frappe._("Search"), execute: function(val) { - frappe.set_route("List", val); + frappe.set_route("List", val, {"name": "%"}); }, help: frappe._("Shortcut") + ": Ctrl+G" });