[Zope] I guess i found a new ZCatalog problem (on meta-type) ??
Didier Georgieff
Didier Georgieff <dgieff@divinerites.com>
Wed, 20 Dec 2000 20:13:59 +0100
Hello,
* I have a regular Catalog.
* It is used by Yihaw (ZClass product, CatalogAware, with contained
ZClasses).
* I done the normalize_paths (0 updated)
* I can browse the catalog without any problem and acces the objects
*** method testCatalog1
OUTSIDE<br>
<dtml-in "Catalog(meta_type='any type')">
INSIDE<br>
</dtml-in>
produce only :
OUTSIDE
while
*** method testCatalog2
OUTSIDE<br>
<dtml-in Catalog>
INSIDE<br>
</dtml-in>
produce A LOT of INSIDE
I'm on 2.2.4 with the 3 latest Hotfix, Transparent Folder 0.3 and your
catalog path.
Regards
Didier.