[Erp5-report] r29577 - /erp5/trunk/products/ERP5/Document/Document.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 13 08:22:31 CEST 2009


Author: ivan
Date: Tue Oct 13 08:22:30 2009
New Revision: 29577

URL: http://svn.erp5.org?rev=29577&view=rev
Log:
Remove source_project_title property from generation of searchable text for a document.

Modified:
    erp5/trunk/products/ERP5/Document/Document.py

Modified: erp5/trunk/products/ERP5/Document/Document.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Document.py?rev=29577&r1=29576&r2=29577&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Document.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Document.py [utf8] Tue Oct 13 08:22:30 2009
@@ -495,7 +495,7 @@
 
   searchable_property_list = ('asText', 'title', 'description', 'id', 'reference',
                               'version', 'short_title',
-                              'subject', 'source_reference', 'source_project_title',)
+                              'subject', 'source_reference',)
 
   ### Content processing methods
   security.declareProtected(Permissions.View, 'index_html')




More information about the Erp5-report mailing list