Regard to BB template: +1 for zope.keyreference and zope.intid. In any case we use ZODB. -1 for zope.catalog (though personally I use it but zope.catalog is merely container for indexes. So it can be other decisions like z3c.indexer or just using indexes directly).
2010/9/3 Baiju M <[email protected]> > On Fri, Sep 3, 2010 at 11:37 AM, Baiju M <[email protected]> wrote: > > On Fri, Sep 3, 2010 at 11:31 AM, Baiju M <[email protected]> wrote: > >> On Fri, Sep 3, 2010 at 11:16 AM, Baiju M <[email protected]> > wrote: > >>> On Thu, Sep 2, 2010 at 9:05 PM, Ilshad Khabibullin <astoon.net@ > gmail.com> wrote: > >>>> Hi, > >>>> > >>>> may be specify field_callable=False in index, default is True. > >>> > >>> I am not sure where to specify this option. > >>> > >>> In my project zope.intid & zope.catalog was not included > >>> from ZCML (etc/site.zcml) > >>> Now I added that but I am getting an error like this: > >>> http://gist.github.com/563456 > >> > >> This error was coming because "zope.location" was not included > >> from ZCML. > > > > I am going to add "zope.location" to the default template. > > Should we add "zope.intid" & "zope.catalog" also ? > > zope.keyreference was also not included from site.zcml > I added this also, but I an getting any result. > How can I check whether any object is indexed or not. > > If anybody has a sample code with working catalog, > that would be really useful for me. > > Here are example, catalog works well: http://paste.lisp.org/display/114183 So, should we add zope.keyreference also to default template ? > > Regards, > Baiju M > _______________________________________________ > bluebream mailing list > [email protected] > https://mail.zope.org/mailman/listinfo/bluebream > -- Ilshad R. Khabibullin http://astoon.zwiki.org +7 922 600 56 06
_______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
