Re: [Zope-dev] Raw search through entire Zope database?

2011-10-12 Thread Benji York
On Wed, Oct 12, 2011 at 5:55 AM,   wrote:
> Is there some script that will enable a "raw" search through
> everything that is in the database and give a usable result?

It's an API, not a script, but this might help:
http://zodb.readthedocs.org/en/latest/api.html#ZODB.interfaces.IStorageCurrentRecordIteration

-- 
Benji York
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Raw search through entire Zope database?

2011-10-12 Thread lists
Hi,

I have a problem with some values for images changing, and
I can't figure out why (access something.jpg changes to
somethingelse.jpg).

I can see with a grep on the Data.fs file that the changed-to
value is there but I can't see in which context.

Is there some script that will enable a "raw" search through
everything that is in the database and give a usable result?

-Morten

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )