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 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -59,9 +56,10 @@ ...@@ -59,9 +56,10 @@
request = context.REQUEST\n request = context.REQUEST\n
# get search words from listbox selection\n # get search words from listbox selection\n
argument_names = (\'advanced_search_text\', \n argument_names = (\'advanced_search_text\', \n
\'your_search_text\',\n #\'your_search_text\',\n
\'title\',\n \'title\',\n
\'reference\',\n \'reference\',\n
\'SearchableText\',\n
\'searchabletext\', \n \'searchabletext\', \n
\'searchabletext_any\',\n \'searchabletext_any\',\n
\'searchabletext_all\', \n \'searchabletext_all\', \n
......
1704 1706
\ No newline at end of file \ 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