Re: [Zope] catalog reindex question
26 Sep
2003
26 Sep
'03
8:41 a.m.
(please keep replies on the list) Sean Kelley wrote:
When I use dtml-in to list catalog items, one will show up twice if it has been edited. Originally, an item is added. Then you look at the page which lists the items with dtml-in and there is one item listed. If you click to edit it and do so and then do another listing, there are 2 listed. I have to clear the catalog and find objects to correct the listing. I have tried reindexing with mixed results.
When you next see two items, try adding: <dtml-var getPath> ...to your display code and see if both of the identical items have the same path...
self.reindex_object()
Second take on this, that's not a ZCatalog method, where does it come from? Chris
8227
Age (days ago)
8227
Last active (days ago)
0 comments
1 participants
participants (1)
-
Chris Withers