Commit bf25d50b authored by Bartek Górny's avatar Bartek Górny

a docstring

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12530 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 49a6627d
......@@ -68,9 +68,14 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>req = context.REQUEST\n
<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
"""\n
\n
req = context.REQUEST\n
sstr = context.Base_assembleSearchString()\n
context.log(sstr)\n
\n
req.set(\'SearchableText\', sstr)\n
return context.Base_viewAdvancedSearchResultList()\n
</string> </value>
......
487
\ No newline at end of file
488
\ 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