Commit 1229f408 authored by Yusei Tahara's avatar Yusei Tahara

2007-12-10 yusei

* Update SQLCatalog_makeAdvancedSearchQuery for renaming external method in erp5_dms.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18214 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f0fd2194
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<string>Products.PythonScripts.PythonScript</string> <tuple/>
<string>PythonScript</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -88,7 +85,7 @@ if not search_string: \n ...@@ -88,7 +85,7 @@ if not search_string: \n
return None\n return None\n
\n \n
# extract search arguments\n # extract search arguments\n
args = context.parseSearchString(search_string)\n args = context.Base_parseSearchString(search_string)\n
\n \n
# process searching by category\n # process searching by category\n
bases = context.portal_categories.getBaseCategoryList()\n bases = context.portal_categories.getBaseCategoryList()\n
...@@ -258,6 +255,7 @@ if args.get(\'newest\'):\n ...@@ -258,6 +255,7 @@ if args.get(\'newest\'):\n
<string>int</string> <string>int</string>
<string>ver</string> <string>ver</string>
<string>ValueError</string> <string>ValueError</string>
<string>_inplacevar_</string>
<string>append</string> <string>append</string>
<string>$append0</string> <string>$append0</string>
<string>doc</string> <string>doc</string>
......
2007-12-10 yusei
* Update SQLCatalog_makeAdvancedSearchQuery for renaming external method in erp5_dms.
2007-03-12 Initial version 2007-03-12 Initial version
\ No newline at end of file
570 571
\ 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