diff --git a/bt5/erp5_accounting/CatalogRelatedKeyTemplateItem/related_key_list.xml b/bt5/erp5_accounting/CatalogRelatedKeyTemplateItem/related_key_list.xml
index debd7365b95472b99579e46b680c1b53a76615d5..7016a85a28f2aeb5090184aa6c5cfa26d10dae72 100644
--- a/bt5/erp5_accounting/CatalogRelatedKeyTemplateItem/related_key_list.xml
+++ b/bt5/erp5_accounting/CatalogRelatedKeyTemplateItem/related_key_list.xml
@@ -1,10 +1,10 @@
 <key_list>
  <key>accounting_transaction_line_node_uid | stock/node_uid/z_related_accounting_transaction_stock_line</key>
  <key>accounting_transaction_line_total_price | stock/total_price/z_related_accounting_transaction_stock_line</key>
- <key>accounting_transaction_mirror_section_title | catalog/title/z_related_accounting_transaction_mirror_section</key>
- <key>accounting_transaction_payment_title | catalog/title/z_related_accounting_transaction_payment</key>
- <key>accounting_transaction_project_title | catalog/title/z_related_accounting_transaction_project</key>
- <key>accounting_transaction_section_title | catalog/title/z_related_accounting_transaction_section</key>
+ <key>accounting_transaction_mirror_section_title | catalog_full_text/title/z_related_accounting_transaction_mirror_section</key>
+ <key>accounting_transaction_payment_title | catalog_full_text/title/z_related_accounting_transaction_payment</key>
+ <key>accounting_transaction_project_title | catalog_full_text/title/z_related_accounting_transaction_project</key>
+ <key>accounting_transaction_section_title | catalog_full_text/title/z_related_accounting_transaction_section</key>
  <key>preferred_gap_id | category,catalog/id/z_related_preferred_gap</key>
  <key>preferred_gap_strict_membership_id | category,catalog/id/z_related_strict_membership_preferred_gap</key>
 </key_list>
\ No newline at end of file
diff --git a/bt5/erp5_accounting/bt/template_catalog_related_key_list b/bt5/erp5_accounting/bt/template_catalog_related_key_list
index dcde7ac950dca0e9a03cd7ed15226f3c43c9d95f..1f5a0ffbcf8afd2715897de2ea571f252ea091b3 100644
--- a/bt5/erp5_accounting/bt/template_catalog_related_key_list
+++ b/bt5/erp5_accounting/bt/template_catalog_related_key_list
@@ -1,8 +1,8 @@
 preferred_gap_id | category,catalog/id/z_related_preferred_gap
 preferred_gap_strict_membership_id | category,catalog/id/z_related_strict_membership_preferred_gap
-accounting_transaction_mirror_section_title | catalog/title/z_related_accounting_transaction_mirror_section
-accounting_transaction_section_title | catalog/title/z_related_accounting_transaction_section
-accounting_transaction_project_title | catalog/title/z_related_accounting_transaction_project
-accounting_transaction_payment_title | catalog/title/z_related_accounting_transaction_payment
+accounting_transaction_mirror_section_title | catalog_full_text/title/z_related_accounting_transaction_mirror_section
+accounting_transaction_section_title | catalog_full_text/title/z_related_accounting_transaction_section
+accounting_transaction_project_title | catalog_full_text/title/z_related_accounting_transaction_project
+accounting_transaction_payment_title | catalog_full_text/title/z_related_accounting_transaction_payment
 accounting_transaction_line_node_uid | stock/node_uid/z_related_accounting_transaction_stock_line
 accounting_transaction_line_total_price | stock/total_price/z_related_accounting_transaction_stock_line
\ No newline at end of file
diff --git a/bt5/erp5_base/CatalogRelatedKeyTemplateItem/related_key_list.xml b/bt5/erp5_base/CatalogRelatedKeyTemplateItem/related_key_list.xml
index 59d2ac3edeb7257c725c20cc8d79c8f410ade4b5..08872aafea1c2c8a85c1348f7608ab3b03353ca7 100644
--- a/bt5/erp5_base/CatalogRelatedKeyTemplateItem/related_key_list.xml
+++ b/bt5/erp5_base/CatalogRelatedKeyTemplateItem/related_key_list.xml
@@ -2,8 +2,8 @@
  <key>child_address_SearchableText | catalog,full_text/SearchableText/z_related_child_address</key>
  <key>child_telephone_SearchableText | catalog,full_text/SearchableText/z_related_child_telephone</key>
  <key>default_email_text | catalog,email/url_string/z_related_default_email</key>
- <key>destination_person_title | category,catalog/title/z_related_destination_person</key>
+ <key>destination_person_title | category,catalog_full_text/title/z_related_destination_person</key>
  <key>related_resource_use_uid | category,category,catalog,catalog/uid/z_related_resource_use</key>
- <key>source_organisation_title | category,catalog/title/z_related_source_organisation</key>
- <key>source_person_title | category,catalog/title/z_related_source_person</key>
+ <key>source_organisation_title | category,catalog_full_text/title/z_related_source_organisation</key>
+ <key>source_person_title | category,catalog_full_text/title/z_related_source_person</key>
 </key_list>
\ No newline at end of file
diff --git a/bt5/erp5_base/bt/template_catalog_related_key_list b/bt5/erp5_base/bt/template_catalog_related_key_list
index 95319495c6e385321f115f05b469d6d1cc71ae49..faf6e7a859bf12dc2c049c26e4e3b17630880701 100644
--- a/bt5/erp5_base/bt/template_catalog_related_key_list
+++ b/bt5/erp5_base/bt/template_catalog_related_key_list
@@ -1,6 +1,6 @@
-source_organisation_title | category,catalog/title/z_related_source_organisation
-source_person_title | category,catalog/title/z_related_source_person
-destination_person_title | category,catalog/title/z_related_destination_person
+source_organisation_title | category,catalog_full_text/title/z_related_source_organisation
+source_person_title | category,catalog_full_text/title/z_related_source_person
+destination_person_title | category,catalog_full_text/title/z_related_destination_person
 default_email_text | catalog,email/url_string/z_related_default_email
 related_resource_use_uid | category,category,catalog,catalog/uid/z_related_resource_use
 child_address_SearchableText | catalog,full_text/SearchableText/z_related_child_address
diff --git a/bt5/erp5_crm/CatalogRelatedKeyTemplateItem/related_key_list.xml b/bt5/erp5_crm/CatalogRelatedKeyTemplateItem/related_key_list.xml
index 38675f5f794ebfc4172c4ebb2897a4ae375a75ec..b540f4bd62ff67b613bdbd3b49f4f664bff9e36d 100644
--- a/bt5/erp5_crm/CatalogRelatedKeyTemplateItem/related_key_list.xml
+++ b/bt5/erp5_crm/CatalogRelatedKeyTemplateItem/related_key_list.xml
@@ -6,5 +6,5 @@
  <key>related_source_or_source_decision_or_destination_or_destination_decision | category,catalog,catalog/uid/z_related_source_or_source_decision_or_destination_or_destination_decision</key>
  <key>related_source_or_source_section_or_destination_or_destination_section | category,catalog,catalog/uid/z_related_source_or_source_section_or_destination_or_destination_section</key>
  <key>related_source_section_or_destination_section | category,catalog,catalog/uid/z_related_source_section_or_destination_section</key>
- <key>source_organisation_title | category,catalog/title/z_related_source_organisation</key>
+ <key>source_organisation_title | category,catalog_full_text/title/z_related_source_organisation</key>
 </key_list>
\ No newline at end of file
diff --git a/bt5/erp5_crm/bt/template_catalog_related_key_list b/bt5/erp5_crm/bt/template_catalog_related_key_list
index 8825e0c6794d15e2b2174f497d03f1476a50e103..ea64c18e6da3c0143c8eab5327ff935b230c48a2 100644
--- a/bt5/erp5_crm/bt/template_catalog_related_key_list
+++ b/bt5/erp5_crm/bt/template_catalog_related_key_list
@@ -1,4 +1,4 @@
-source_organisation_title | category,catalog/title/z_related_source_organisation
+source_organisation_title | category,catalog_full_text/title/z_related_source_organisation
 event_causality_ticket_uid | category,catalog,category,catalog/uid/z_related_event_causality_ticket
 related_source_or_destination | category,catalog,catalog/uid/z_related_source_or_destination
 related_source_section_or_destination_section | category,catalog,catalog/uid/z_related_source_section_or_destination_section
diff --git a/bt5/erp5_full_text_mroonga_catalog/CatalogRelatedKeyTemplateItem/related_key_list.xml b/bt5/erp5_full_text_mroonga_catalog/CatalogRelatedKeyTemplateItem/related_key_list.xml
index f6d60f8a56f10e75d142f71df10932662248f376..2b9535d085fa34da5cda54d66bdf04734d05b98a 100644
--- a/bt5/erp5_full_text_mroonga_catalog/CatalogRelatedKeyTemplateItem/related_key_list.xml
+++ b/bt5/erp5_full_text_mroonga_catalog/CatalogRelatedKeyTemplateItem/related_key_list.xml
@@ -1,10 +1,7 @@
 <key_list>
  <key>career_skill_title | category,catalog,catalog_full_text/title/z_related_career_skill</key>
  <key>description | catalog_full_text/description/z_related_uid</key>
- <key>destination_person_title | category,catalog_full_text/title/z_related_destination_person</key>
  <key>parent_description | catalog_full_text/description/z_related_parent</key>
  <key>parent_title | catalog_full_text/title/z_related_parent</key>
- <key>source_organisation_title | category,catalog_full_text/title/z_related_source_organisation</key>
- <key>source_person_title | category,catalog_full_text/title/z_related_source_person</key>
  <key>title | catalog_full_text/title/z_related_uid</key>
 </key_list>
\ No newline at end of file
diff --git a/bt5/erp5_full_text_mroonga_catalog/bt/template_catalog_related_key_list b/bt5/erp5_full_text_mroonga_catalog/bt/template_catalog_related_key_list
index 6e25fb44ef1245945027326884ad805578155dda..4bb599a69ed87dc088a92447ae1562410ea700ac 100644
--- a/bt5/erp5_full_text_mroonga_catalog/bt/template_catalog_related_key_list
+++ b/bt5/erp5_full_text_mroonga_catalog/bt/template_catalog_related_key_list
@@ -1,8 +1,5 @@
 career_skill_title | category,catalog,catalog_full_text/title/z_related_career_skill
 description | catalog_full_text/description/z_related_uid
-destination_person_title | category,catalog_full_text/title/z_related_destination_person
 parent_description | catalog_full_text/description/z_related_parent
 parent_title | catalog_full_text/title/z_related_parent
-source_organisation_title | category,catalog_full_text/title/z_related_source_organisation
-source_person_title | category,catalog_full_text/title/z_related_source_person
 title | catalog_full_text/title/z_related_uid
\ No newline at end of file
diff --git a/bt5/erp5_full_text_myisam_catalog/CatalogRelatedKeyTemplateItem/related_key_list.xml b/bt5/erp5_full_text_myisam_catalog/CatalogRelatedKeyTemplateItem/related_key_list.xml
index f6d60f8a56f10e75d142f71df10932662248f376..2b9535d085fa34da5cda54d66bdf04734d05b98a 100644
--- a/bt5/erp5_full_text_myisam_catalog/CatalogRelatedKeyTemplateItem/related_key_list.xml
+++ b/bt5/erp5_full_text_myisam_catalog/CatalogRelatedKeyTemplateItem/related_key_list.xml
@@ -1,10 +1,7 @@
 <key_list>
  <key>career_skill_title | category,catalog,catalog_full_text/title/z_related_career_skill</key>
  <key>description | catalog_full_text/description/z_related_uid</key>
- <key>destination_person_title | category,catalog_full_text/title/z_related_destination_person</key>
  <key>parent_description | catalog_full_text/description/z_related_parent</key>
  <key>parent_title | catalog_full_text/title/z_related_parent</key>
- <key>source_organisation_title | category,catalog_full_text/title/z_related_source_organisation</key>
- <key>source_person_title | category,catalog_full_text/title/z_related_source_person</key>
  <key>title | catalog_full_text/title/z_related_uid</key>
 </key_list>
\ No newline at end of file
diff --git a/bt5/erp5_full_text_myisam_catalog/bt/template_catalog_related_key_list b/bt5/erp5_full_text_myisam_catalog/bt/template_catalog_related_key_list
index 6e25fb44ef1245945027326884ad805578155dda..4bb599a69ed87dc088a92447ae1562410ea700ac 100644
--- a/bt5/erp5_full_text_myisam_catalog/bt/template_catalog_related_key_list
+++ b/bt5/erp5_full_text_myisam_catalog/bt/template_catalog_related_key_list
@@ -1,8 +1,5 @@
 career_skill_title | category,catalog,catalog_full_text/title/z_related_career_skill
 description | catalog_full_text/description/z_related_uid
-destination_person_title | category,catalog_full_text/title/z_related_destination_person
 parent_description | catalog_full_text/description/z_related_parent
 parent_title | catalog_full_text/title/z_related_parent
-source_organisation_title | category,catalog_full_text/title/z_related_source_organisation
-source_person_title | category,catalog_full_text/title/z_related_source_person
 title | catalog_full_text/title/z_related_uid
\ No newline at end of file
diff --git a/bt5/erp5_item/CatalogRelatedKeyTemplateItem/related_key_list.xml b/bt5/erp5_item/CatalogRelatedKeyTemplateItem/related_key_list.xml
index e34497d8c0d1498eb21a39037605906615cd4fdb..4c324fb3d7fb6563787646df9f2e1cfd01596e18 100644
--- a/bt5/erp5_item/CatalogRelatedKeyTemplateItem/related_key_list.xml
+++ b/bt5/erp5_item/CatalogRelatedKeyTemplateItem/related_key_list.xml
@@ -1,6 +1,6 @@
 <key_list>
  <key>item_catalog_portal_type | catalog/portal_type/z_related_item_catalog</key>
  <key>item_catalog_reference | catalog/reference/z_related_item_catalog</key>
- <key>item_catalog_title | catalog/title/z_related_item_catalog</key>
+ <key>item_catalog_title | catalog_full_text/title/z_related_item_catalog</key>
  <key>item_catalog_validation_state | catalog/validation_state/z_related_item_catalog</key>
 </key_list>
\ No newline at end of file
diff --git a/bt5/erp5_item/bt/template_catalog_related_key_list b/bt5/erp5_item/bt/template_catalog_related_key_list
index eecc7c1038291bdeed4a5b6de105bc137c347e85..005743929603f61afbd1eac399f0256ffa17458a 100644
--- a/bt5/erp5_item/bt/template_catalog_related_key_list
+++ b/bt5/erp5_item/bt/template_catalog_related_key_list
@@ -1,4 +1,4 @@
-item_catalog_title | catalog/title/z_related_item_catalog
+item_catalog_title | catalog_full_text/title/z_related_item_catalog
 item_catalog_portal_type | catalog/portal_type/z_related_item_catalog
 item_catalog_reference | catalog/reference/z_related_item_catalog
 item_catalog_validation_state | catalog/validation_state/z_related_item_catalog
\ No newline at end of file