[Erp5-report] r33276 ivan - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateI...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 2 13:27:45 CET 2010


Author: ivan
Date: Tue Mar  2 13:27:44 2010
New Revision: 33276

URL: http://svn.erp5.org?rev=33276&view=rev
Log:
Extend search string syntax with contributor_title.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_parseSearchString.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_parseSearchString.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_parseSearchString.xml?rev=33276&r1=33275&r2=33276&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_parseSearchString.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_parseSearchString.xml [utf8] Tue Mar  2 13:27:44 2010
@@ -138,6 +138,8 @@
   \'mine\':             (True, None),\n
   # indicates user search only the newest versions\n
   \'newest\':           (True, None),\n
+  # indicates user search for documents by contributor title  \n
+  \'contributor_title\':(True, None),\n
 }\n
 \n
 DEFAULT_CRITERION_ALIAS = \'searchabletext\'\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=33276&r1=33275&r2=33276&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Tue Mar  2 13:27:44 2010
@@ -1,1 +1,1 @@
-1497
+1498




More information about the Erp5-report mailing list