diff --git a/frappe/public/js/frappe/ui/toolbar/awesome_bar.js b/frappe/public/js/frappe/ui/toolbar/awesome_bar.js index 8a562ecc73..e48092252f 100644 --- a/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +++ b/frappe/public/js/frappe/ui/toolbar/awesome_bar.js @@ -468,7 +468,7 @@ frappe.search.AwesomeBar = Class.extend({ var option = function(type, route, order) { return { label: rendered_label, - value: __(target), + value: __(target + " " + type), route: route, index: index + order, match: target,