From 7b89d3ee46300c074fccc7e75c8db58492e90f1c Mon Sep 17 00:00:00 2001 From: Fisher Yu Date: Fri, 6 Jul 2018 08:45:07 +0800 Subject: [PATCH] Update global_search.py remove trailing space --- frappe/utils/global_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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