Update global_search.py
remove trailing space
This commit is contained in:
parent
f0aed45c76
commit
7b89d3ee46
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue