----- Original Message ----- From: "R. David Murray" <bitz@bitdance.com> To: "Tim Hicks" <tim.hicks@iname.com> Cc: <zope@zope.org> Sent: Thursday, September 07, 2000 10:12 PM Subject: Re: [Zope] Zclass not reindexing (it is CatalogAware)
On Thu, 7 Sep 2000, Tim Hicks wrote:
The question is, do I need to add the equivalent of what is written in 'How-To: Creating a CatalogAware ZClass' for reindexing zclass properties, but for reindexing the actual text? How could I do this?
When is the text created? After it is, you have to call reindex_object.
So each time there is a change made to the text, I must call reindex_object, is that correct? If so, how do I make it so that each time I hit the 'Change' button at the bottom of the text box, <dtml-call "reindex_object()"> is executed? cheers tim
--RDM