[ZODB-Dev] Searching for Objects
    Dieter Maurer 
    dieter at handshake.de
       
    Tue Dec  6 14:43:44 EST 2005
    
    
  
Chris Spencer wrote at 2005-12-4 16:32 -0500:
>Is there an existing way to search for objects in ZODB based on 
>criteria?
The ZODB by itself does not provide searching facilities.
There are applications on top of the ZODB that do:
  *  Andreas already told you about Zope's ZCatalog
  *  there is also "IndexedCatalog"
     and indexing (searching) framework independent of Zope.
-- 
Dieter
    
    
More information about the ZODB-Dev
mailing list