Commit f61212ed authored by Ivan Tyagov's avatar Ivan Tyagov

Typos.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33278 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0af3b4ed
...@@ -56,8 +56,8 @@ ...@@ -56,8 +56,8 @@
<value> <string>"""\n <value> <string>"""\n
This script receives a request from advanced search form and \n This script receives a request from advanced search form and \n
puts together a search string in a search syntax, depending on\n puts together a search string in a search syntax, depending on\n
parameters received. It is the reverse of Base_parseSearchString external\n parameters received. \n
method.\n It is the reverse of Base_parseSearchString script.\n
"""\n """\n
MARKER = [\'\', None]\n MARKER = [\'\', None]\n
request = context.REQUEST\n request = context.REQUEST\n
...@@ -155,7 +155,6 @@ search_mode_map={\'in_boolean_mode\':\'boolean\',\n ...@@ -155,7 +155,6 @@ search_mode_map={\'in_boolean_mode\':\'boolean\',\n
if search_mode not in MARKER and search_mode_map.has_key(search_mode):\n if search_mode not in MARKER and search_mode_map.has_key(search_mode):\n
search_string += \' mode:%s\' % search_mode_map[search_mode]\n search_string += \' mode:%s\' % search_mode_map[search_mode]\n
\n \n
context.log(search_string)\n
return search_string\n return search_string\n
</string> </value> </string> </value>
</item> </item>
......
1078 1079
\ 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