diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getSearchText.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getSearchText.xml
index fbca38b8cfa18bda5baaeb9db7ed7a0547ec07e9..2c2b9c982f457e4601ce2d89b8ef56bde3c1daff 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getSearchText.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getSearchText.xml
@@ -2,10 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <tuple>
-        <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
-        <tuple/>
-      </tuple>
+      <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
     </pickle>
     <pickle>
       <dictionary>
@@ -59,9 +56,10 @@
 request = context.REQUEST\n
 # get search words from listbox selection\n
 argument_names = (\'advanced_search_text\', \n
-                  \'your_search_text\',\n
+                  #\'your_search_text\',\n
                   \'title\',\n
                   \'reference\',\n
+                  \'SearchableText\',\n
                   \'searchabletext\', \n
                   \'searchabletext_any\',\n
                   \'searchabletext_all\', \n
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index dfd4d9fcdac4895a915ed42eb9c806c9d593b4a4..750f09c080e4635beb40e9e4ad9b98da679ce8d3 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-1704
\ No newline at end of file
+1706
\ No newline at end of file