Update global_search.py

remove trailing space
This commit is contained in:
Fisher Yu 2018-07-06 08:45:07 +08:00 committed by GitHub
parent f0aed45c76
commit 7b89d3ee46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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