Commit 9c855120 authored by Ivan Tyagov's avatar Ivan Tyagov

Clean up.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33152 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9102f494
......@@ -54,14 +54,12 @@
<item>
<key> <string>_body</string> </key>
<value> <string>"""\n
Puts all the arguments from advanced search dialog together as parseable search string\n
sets in on the request and passes on to search\n
Puts all the arguments from advanced search dialog form together as \n
a parseable search string. Set it in the request to pass it \n
on to search form.\n
"""\n
\n
req = context.REQUEST\n
sstr = context.Base_assembleSearchString()\n
\n
req.set(\'searchabletext\', sstr)\n
searchabletext = context.Base_assembleSearchString()\n
context.REQUEST.set(\'searchabletext\', searchabletext)\n
return context.Base_viewAdvancedSearchResultList()\n
</string> </value>
</item>
......@@ -103,8 +101,7 @@ return context.Base_viewAdvancedSearchResultList()\n
<string>kw</string>
<string>_getattr_</string>
<string>context</string>
<string>req</string>
<string>sstr</string>
<string>searchabletext</string>
</tuple>
</value>
</item>
......
1073
\ No newline at end of file
1075
\ 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