[Erp5-report] r9076 - /erp5/trunk/products/ERP5/bootstrap/erp5_core/CatalogMethodTemplateIt...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 7 17:32:22 CEST 2006


Author: bartek
Date: Mon Aug  7 17:32:15 2006
New Revision: 9076

URL: http://svn.erp5.org?rev=9076&view=rev
Log:
Added a 'search_mode' argument, to support advanced search modes

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_search_results.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_search_results.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_search_results.xml?rev=9076&r1=9075&r2=9076&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_search_results.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_search_results.xml Mon Aug  7 17:32:15 2006
@@ -50,6 +50,12 @@
                                 </value>
                             </item>
                             <item>
+                                <key> <string>search_mode</string> </key>
+                                <value>
+                                  <dictionary/>
+                                </value>
+                            </item>
+                            <item>
                                 <key> <string>select_expression</string> </key>
                                 <value>
                                   <dictionary/>
@@ -92,14 +98,15 @@
                         <key> <string>_keys</string> </key>
                         <value>
                           <list>
-                            <string>selection</string>
-                            <string>selection_domain</string>
-                            <string>selection_report</string>
-                            <string>where_expression</string>
-                            <string>select_expression</string>
-                            <string>from_table_list</string>
-                            <string>sort_on</string>
-                            <string>limit_expression</string>
+<string>selection</string>
+<string>selection_domain</string>
+<string>selection_report</string>
+<string>where_expression</string>
+<string>select_expression</string>
+<string>from_table_list</string>
+<string>sort_on</string>
+<string>limit_expression</string>
+<string>search_mode</string>
                           </list>
                         </value>
                     </item>
@@ -123,7 +130,8 @@
 select_expression\r\n
 from_table_list:list\r\n
 sort_on\r\n
-limit_expression</string> </value>
+limit_expression\r\n
+search_mode</string> </value>
         </item>
         <item>
             <key> <string>cache_time_</string> </key>




More information about the Erp5-report mailing list