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