diff --git a/church/church_foundations/doctype/church_belief_bible_references/church_belief_bible_references.json b/church/church_foundations/doctype/church_belief_bible_references/church_belief_bible_references.json index 3dd83ee..5a352f7 100644 --- a/church/church_foundations/doctype/church_belief_bible_references/church_belief_bible_references.json +++ b/church/church_foundations/doctype/church_belief_bible_references/church_belief_bible_references.json @@ -15,7 +15,7 @@ "fieldtype": "Link", "in_list_view": 1, "label": "Reference", - "options": "Church Bible Verse", + "options": "Church Bible Reference", "reqd": 1 } ], @@ -23,7 +23,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2025-11-13 23:58:57.975277", + "modified": "2025-11-18 23:55:23.069908", "modified_by": "Administrator", "module": "Church Foundations", "name": "Church Belief Bible References", diff --git a/church/church_people/doctype/church_person/church_person.json b/church/church_people/doctype/church_person/church_person.json index 2a8f6c4..e8afa0a 100644 --- a/church/church_people/doctype/church_person/church_person.json +++ b/church/church_people/doctype/church_person/church_person.json @@ -320,7 +320,7 @@ "link_fieldname": "recipient" } ], - "modified": "2025-11-15 22:57:32.308071", + "modified": "2025-11-18 23:43:11.668299", "modified_by": "Administrator", "module": "Church People", "name": "Church Person", @@ -356,6 +356,7 @@ ], "quick_entry": 1, "row_format": "Dynamic", + "search_fields": "last_name, first_name", "show_preview_popup": 1, "show_title_field_in_link": 1, "sort_field": "modified", diff --git a/church/church_study/doctype/church_bible_reference/church_bible_reference.json b/church/church_study/doctype/church_bible_reference/church_bible_reference.json index cb029e5..55fe746 100644 --- a/church/church_study/doctype/church_bible_reference/church_bible_reference.json +++ b/church/church_study/doctype/church_bible_reference/church_bible_reference.json @@ -24,7 +24,8 @@ "in_standard_filter": 1, "label": "Start Verse", "options": "Church Bible Verse", - "reqd": 1 + "reqd": 1, + "search_index": 1 }, { "fieldname": "end_verse", @@ -33,7 +34,8 @@ "in_list_view": 1, "in_standard_filter": 1, "label": "End Verse", - "options": "Church Bible Verse" + "options": "Church Bible Verse", + "search_index": 1 }, { "fieldname": "column_break_fdwn", @@ -67,8 +69,14 @@ ], "grid_page_length": 50, "index_web_pages_for_search": 1, - "links": [], - "modified": "2025-11-15 22:56:34.302563", + "links": [ + { + "link_doctype": "Church Belief", + "link_fieldname": "reference", + "table_fieldname": "bible_references" + } + ], + "modified": "2025-11-18 23:52:19.026266", "modified_by": "Administrator", "module": "Church Study", "name": "Church Bible Reference", diff --git a/church/church_study/doctype/church_bible_verse/church_bible_verse.json b/church/church_study/doctype/church_bible_verse/church_bible_verse.json index eff993f..4206c39 100644 --- a/church/church_study/doctype/church_bible_verse/church_bible_verse.json +++ b/church/church_study/doctype/church_bible_verse/church_bible_verse.json @@ -51,8 +51,19 @@ ], "grid_page_length": 50, "index_web_pages_for_search": 1, - "links": [], - "modified": "2025-11-14 00:00:58.422530", + "links": [ + { + "group": "Start Verse:", + "link_doctype": "Church Bible Reference", + "link_fieldname": "start_verse" + }, + { + "group": "End Verse:", + "link_doctype": "Church Bible Reference", + "link_fieldname": "end_verse" + } + ], + "modified": "2025-11-18 23:49:06.050570", "modified_by": "Administrator", "module": "Church Study", "name": "Church Bible Verse",