[Zope] catalog reindex question
Chris Withers
chrisw at nipltd.com
Thu Sep 25 08:36:58 EDT 2003
Sean Kelley wrote:
> I have a question about catalog indexing. I have a product that when
> and item is edited, the catalog listing shows the item twice. Once with
> info from before editing and once with the updated info. The python
> script which is editing the item has the lines:
>
> self.reindex_object()
> if REQUEST is not None:
> return self.index_html(self, REQUEST)
>
> Is there a mistake here?
I don't think there's a mistake here. What do you mean by "the catalog listing
shows the item twice"?
> How does one update the catalog correctly? I
> am using zope 2.4.3
Ouch! come out of the dark ages Sean ;-)
Chris
More information about the Zope
mailing list