Re: [Zope] How to list objects across different containers in Zope's tree?
Ausum <ausum@mail.cosapidata.com.pe> asked:
Few days ago there was this same question although remained unsolved. This is the case for a news site:
News objects are within section folders, within day folders, within months, and within a year folder. Just like this, at the root:
http://zopesite:8080/2000/October/17/sports/newsobjectid_htm
If I were at, ie, root/2001/January/thislist_htm , how can I list(and retrieve) sport news appeared from October 29th to November 10th in year 2000? Is it time to look for a database?
This kind of stuff is what the ZCatalog is for. Check out the ZTopic product on zope.org as well. In addition, you might be interested in the PTK: http://www.zope.org/Products/PTK Tres. -- =============================================================== Tres Seaver tseaver@digicool.com Digital Creations "Zope Dealers" http://www.zope.org
participants (1)
-
Tres Seaver