[Zope-CMF] Modifying SearchableText...? How...?
Dieter Maurer
dieter@handshake.de
Fri, 20 Sep 2002 20:32:09 +0200
Stoons - [ HeadNet ] writes:
> I am trying to make a new Type based on "Portal Image"....
> It is no problem to make the new type, with the interface and stuff, but:
> How do I make all the Properties I add searchable...?
You must create indexes for them.
Please read the ZCatalog section in
<http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html>
to learn how ZCatalog interfaces with Zope objects.
Dieter