diff --git a/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/Base_processAdvancedSearch.xml b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/Base_processAdvancedSearch.xml
index bd7e840581ef1158348593466fc9c4e1d5d50d55..9ac1de1254216f90d54cb0f448dfc05e93cc11d7 100644
--- a/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/Base_processAdvancedSearch.xml
+++ b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/Base_processAdvancedSearch.xml
@@ -58,7 +58,7 @@ request = context.REQUEST\n
 portal = context.getPortalObject()\n
 searchable_text = context.Base_assembleSearchString()\n
 kw[\'list_style\'] = \'search\'\n
-kw[\'SearchableText\'] = searchable_text\n
+kw[\'full_text\'] = searchable_text\n
 kw[\'language\'] = \'\'\n
 kw[\'reset\'] = 1\n
 return context.Base_redirect(\'WebSite_viewAdvancedSearchResultList\', keep_items=kw)\n
diff --git a/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/WebSite_viewAdvancedSearchResultList/listbox.xml b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/WebSite_viewAdvancedSearchResultList/listbox.xml
index 858984ffb465c71a99cc57537789ac4d145f322f..5ac261ce2903481b9aa7a0393d84a60dd5146ae1 100644
--- a/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/WebSite_viewAdvancedSearchResultList/listbox.xml
+++ b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/WebSite_viewAdvancedSearchResultList/listbox.xml
@@ -151,7 +151,7 @@
                 </item>
                 <item>
                     <key> <string>global_search_column</string> </key>
-                    <value> <string>SearchableText</string> </value>
+                    <value> <string>full_text</string> </value>
                 </item>
                 <item>
                     <key> <string>list_method</string> </key>
diff --git a/bt5/erp5_km/bt/revision b/bt5/erp5_km/bt/revision
index b71a1c57f6a988f9936e1138ce875523abb7db9b..c2bde1101ce059578259ae31400a9429b015dfdf 100644
--- a/bt5/erp5_km/bt/revision
+++ b/bt5/erp5_km/bt/revision
@@ -1 +1 @@
-1742
\ No newline at end of file
+1743
\ No newline at end of file
diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_viewQuickSearchResultList.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_viewQuickSearchResultList.xml
index 81c73a694074ee714894b4bc2841f1dd7977a367..e18bdbf4b1ffc4a8114a331ea7d1e27db2b239b3 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_viewQuickSearchResultList.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_viewQuickSearchResultList.xml
@@ -51,7 +51,7 @@
         <item>
             <key> <string>_body</string> </key>
             <value> <string>kw = {\'reset\':1,\n
-      \'SearchableText\':field_your_search_text,\n
+      \'full_text\':field_your_search_text,\n
       \'your_search_text\':field_your_search_text,\n
       \'all_languages\':all_languages,\n
       \'ignore_hide_rows\': 1,\n
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index c30e64709732122ff4236fcbc88735363a554adc..e53d028bfd732d6119260ea820ea31f7d4aa7134 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-40856
\ No newline at end of file
+40857
\ No newline at end of file