diff --git a/frappe/utils/global_search.py b/frappe/utils/global_search.py index 7c38298dc3..c127a55619 100644 --- a/frappe/utils/global_search.py +++ b/frappe/utils/global_search.py @@ -477,7 +477,6 @@ def search(text, start=0, limit=20, doctype=""): frappe.clear_messages() sorted_results.extend([r]) - results.pop(index) return sorted_results or results