Re: [Zope] Catalog problem/only searchable when logged in
I've tried changing both metadata and the content with no success. The content is still only searchable when logged in.
From: Dieter Maurer <dieter@handshake.de> To: "Michael Havard" <nhavar@hotmail.com> CC: zope@zope.org Subject: Re: [Zope] Catalog problem/only searchable when logged in Date: Wed, 19 Mar 2003 21:31:41 +0100
Michael Havard wrote at 2003-3-18 17:41 +0000:
I am running ZOPE with the CMF. On the CMF on DEV I have a document that is searchable as anonymous. I synced the file to the QA box and I can see it when anonymous but cannot search for it when anonymous. It will only show in the search results when logged in.
I've seen no differences in the security settings between the two instances and no obvious differences in the document. What could be causing this problem.
Has anyone seen similar issues?
Looks like a workflow issue or a lost reindexation.
When you copy an object, it may enter its initial workflow state and then not be searchable.
When you copy an object, it should index itself. Maybe, that failed. Try to force indexing by modifying the object.
Dieter
_________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
Michael Havard wrote at 2003-3-19 21:19 +0000:
I've tried changing both metadata and the content with no success. The content is still only searchable when logged in.
Did you check the workflow state? That was the second possible cause for the problem. Maybe, you remember ;-)
....
Looks like a workflow issue or a lost reindexation.
When you copy an object, it may enter its initial workflow state and then not be searchable.
When you copy an object, it should index itself. Maybe, that failed. Try to force indexing by modifying the object.
Dieter
participants (2)
-
Dieter Maurer -
Michael Havard