diff --git a/frappe/utils/global_search.py b/frappe/utils/global_search.py index d76c9a8a7b..657c49f606 100644 --- a/frappe/utils/global_search.py +++ b/frappe/utils/global_search.py @@ -393,7 +393,7 @@ def web_search(text, start=0, limit=20): results = [] texts = text.split('&') - for text in texts: + for text in texts: text = "+" + text + "*" result = frappe.db.sql(''' select