Add it as a KeywordIndex and not a FieldIndex. That should sort out the indexes.
As for the metadata bit... adding a blob as metadata is very bad and will bloat your catalog. Add a computed field to your schema which stores the path to the image and rather add that as metadata. H On Fri, Jun 13, 2008 at 11:29 AM, Christian Thieme <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to do as mentioned in the subject and i simply cant get it work. > > I created a ReferenceField called 'imageref' referencing an Image and > added it as metadata to the catalog, also i tried getImageref an > getRawImageref as catalog columns as found in a posting. > > But nothing seems to be added to the catalog. > > It would be nice to get some hints. > > Christian > > _______________________________________________ > Product-Developers mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/product-developers > _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
