diff --git a/frappe/utils/global_search.py b/frappe/utils/global_search.py index 35672b72384b..e4b653d6bbb9 100644 --- a/frappe/utils/global_search.py +++ b/frappe/utils/global_search.py @@ -229,6 +229,8 @@ def insert_values_for_multiple_docs(all_contents): } ) + # DFP. Fix global search insertion + frappe.db.commit() def update_global_search(doc): """