Commit 308054d3 authored by Ivan Tyagov's avatar Ivan Tyagov

Set proper "searchable" keys (this is work in progress and hard coding will them be removed asap).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38307 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5b6d21ec
......@@ -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
......
1704
\ No newline at end of file
1706
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment