[Checkins] SVN:	Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/dtml/addPathIndex.dtml	Remove incorrect statement;	the whole path is indexed, including the object id.
    Martijn Pieters 
    mj at zopatista.com
       
    Sat Dec 13 10:29:04 EST 2008
    
    
  
Log message for revision 94030:
  Remove incorrect statement; the whole path is indexed, including the object id.
Changed:
  U   Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/dtml/addPathIndex.dtml
-=-
Modified: Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/dtml/addPathIndex.dtml
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/dtml/addPathIndex.dtml	2008-12-13 15:17:09 UTC (rev 94029)
+++ Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/dtml/addPathIndex.dtml	2008-12-13 15:29:03 UTC (rev 94030)
@@ -9,7 +9,7 @@
 a catalog. It allows you to search for objects beginning or containing
 a special path component or a set of path component. A path component
 is defined as <em>/<component1>/<component2>/..../<object_id>
-</em>. Note: the <em>object_id</em> will <u>not</u> be indexed by the PathIndex.
+</em>.
 </p>
 
 
    
    
More information about the Checkins
mailing list