Roundup Tracker - Issues

Message3597

Author stefan
Recipients richard, stefan
Date 2009-02-26.13:12:10
Message-id <1235653931.57.0.377253513861.issue2550522@psf.upfronthosting.co.za>
In-reply-to
hyperdb.Class provides two different ways to find items: find() and
filter(). find() looks up properties in the given class to find a match.
filter() allows transitive properties, so the lookup may be quite complex.

Right now, only the simpler 'find' is accessible through the
command-line interface. I propose a new 'filter' (or 'search' ?) command
exposing the more powerful variant, too.
History
Date User Action Args
2009-02-26 13:12:11stefansetmessageid: <1235653931.57.0.377253513861.issue2550522@psf.upfronthosting.co.za>
2009-02-26 13:12:11stefansetrecipients: + stefan, richard
2009-02-26 13:12:11stefanlinkissue2550522 messages
2009-02-26 13:12:10stefancreate