Roundup Tracker - Issues

Message3550

Author stefan
Recipients richard, stefan
Date 2009-02-16.22:27:21
Message-id <1234823242.97.0.0597429645779.issue2550505@psf.upfronthosting.co.za>
In-reply-to
The roundup "filter" method (see hyperdb.py) has a "search_matches"
parameter that can be used to constrain the search.  In particular,
only elements which otherwise match the search *and* are in
search_matches will be considered.

Conceptually, 'search_matches' is a set. However, as some backend code
calls 'has_key()' on it, it needs to be a dictionary.

The attached patch simplifies this, so any sequence type may be used.

OK to check in ?
History
Date User Action Args
2009-02-16 22:27:22stefansetmessageid: <1234823242.97.0.0597429645779.issue2550505@psf.upfronthosting.co.za>
2009-02-16 22:27:22stefansetrecipients: + stefan, richard
2009-02-16 22:27:22stefanlinkissue2550505 messages
2009-02-16 22:27:22stefancreate