[Zope] Problems with list of object references
StefanH.Holek
StefanH.Holek
Tue, 13 Aug 2002 13:31:22 +0200
This sounds very much like a job for ZCatalog(s).
Stefan
On Dienstag, August 13, 2002, at 02:33 , Sven Rudolph wrote:
>
> Maybe you have a different suggestion for me?
> Let me repeat my problem:
> I have several folders wich contain instances of several (news)
> products. There are about 12.000 product instances of 6 (or more)
> products in 6 (or more) folders. I must put them in one single list,
> sort this list by "validfrom" (an instance of DateTime inside each
> product instance) and then return the first 100 entrys in this list.
> This resulting list must contain references and it must be cacheable.
> Or in shorter words: I need a list of references of the newest news on
> our site.
>