diff --git a/bt5/erp5_full_text_mroonga_catalog/CatalogFullTextKeyTemplateItem/full_text_key_list.xml b/bt5/erp5_full_text_mroonga_catalog/CatalogFullTextKeyTemplateItem/full_text_key_list.xml
deleted file mode 100644
index 662e00e9f7f8c5262e04ab7244827a89098d392c..0000000000000000000000000000000000000000
--- a/bt5/erp5_full_text_mroonga_catalog/CatalogFullTextKeyTemplateItem/full_text_key_list.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<key_list>
- <key>SearchableText</key>
- <key>full_text.SearchableText</key>
-</key_list>
\ No newline at end of file
diff --git a/bt5/erp5_full_text_mroonga_catalog/CatalogSearchKeyTemplateItem/search_key_list.xml b/bt5/erp5_full_text_mroonga_catalog/CatalogSearchKeyTemplateItem/search_key_list.xml
new file mode 100644
index 0000000000000000000000000000000000000000..5a531c945528f2d7e8cb9a14e5d5549211ce7c25
--- /dev/null
+++ b/bt5/erp5_full_text_mroonga_catalog/CatalogSearchKeyTemplateItem/search_key_list.xml
@@ -0,0 +1,4 @@
+<key_list>
+ <key>SearchableText | MroongaFullTextKey</key>
+ <key>full_text.SearchableText | MroongaFullTextKey</key>
+</key_list>
\ No newline at end of file
diff --git a/bt5/erp5_full_text_mroonga_catalog/bt/template_catalog_full_text_key_list b/bt5/erp5_full_text_mroonga_catalog/bt/template_catalog_full_text_key_list
deleted file mode 100644
index 5e90fc7ee3f16eded255dfd0e15d27469f0dad31..0000000000000000000000000000000000000000
--- a/bt5/erp5_full_text_mroonga_catalog/bt/template_catalog_full_text_key_list
+++ /dev/null
@@ -1,2 +0,0 @@
-SearchableText
-full_text.SearchableText
\ No newline at end of file
diff --git a/bt5/erp5_full_text_mroonga_catalog/bt/template_catalog_search_key_list b/bt5/erp5_full_text_mroonga_catalog/bt/template_catalog_search_key_list
new file mode 100644
index 0000000000000000000000000000000000000000..75394f743bc4ffc8b7659f8f91a0e78629ff1c2c
--- /dev/null
+++ b/bt5/erp5_full_text_mroonga_catalog/bt/template_catalog_search_key_list
@@ -0,0 +1,2 @@
+SearchableText | MroongaFullTextKey
+full_text.SearchableText | MroongaFullTextKey
\ No newline at end of file