mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
chore: Make it a little beautiful
This commit is contained in:
@@ -72,7 +72,7 @@ def search(query):
|
||||
query_string = query
|
||||
|
||||
for s in suggestions:
|
||||
query_string += f"|({s.string})"
|
||||
query_string += f"|('{s.string}')"
|
||||
|
||||
q = Query(query_string)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user