Re: [Zope-dev] Catalog text search returns unexpected hit
On Mon, 3 Apr 2000, Kevin Dangoor wrote:
Is this object CatalogAware? If so, do a http://yourhost/path/to/your/obj/reindex_object
and then take a look. You need to be careful with catalogaware stuff to make sure that the reindex_object is consistently getting called. From time to time, I see this on my site...
Well, doing a reindex fixed the problem, but I seriously doubt anybody accidentally assigned this particular keyword to that particular object. So it looks to me like there may be a bug hiding in the catalog indexing code somewhere. I wonder if it is related to that index error that nobody can reproduce? --RDM
"R. David Murray" wrote:
On Mon, 3 Apr 2000, Kevin Dangoor wrote:
Is this object CatalogAware? If so, do a http://yourhost/path/to/your/obj/reindex_object
and then take a look. You need to be careful with catalogaware stuff to make sure that the reindex_object is consistently getting called. From time to time, I see this on my site...
Well, doing a reindex fixed the problem, but I seriously doubt anybody accidentally assigned this particular keyword to that particular object. So it looks to me like there may be a bug hiding in the catalog indexing code somewhere.
I wonder if it is related to that index error that nobody can reproduce?
It is that very same bug. Some one _can_ reproduce it however, and that person has sent me their sandbox which I am investigating. Expect it to be fixed soon. -Michel
On Mon, 3 Apr 2000, Michel Pelletier wrote:
It is that very same bug. Some one _can_ reproduce it however, and that person has sent me their sandbox which I am investigating. Expect it to be fixed soon.
Can you post the fix notice here as well as posting it to the CVS, if it isn't too huge? I can't really track the CVS right now, but I'd better put this fix in for my client if I can. --RDM
participants (2)
-
Michel Pelletier -
R. David Murray