Mercurial > p > roundup > code
diff roundup/backends/back_metakit.py @ 2362:10fc45eea226
fix SearchAction use of Class.filter(), and clarify API docs for same
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 23 May 2004 23:24:47 +0000 |
| parents | 91a31cf8791a |
| children | 202701d52788 |
line wrap: on
line diff
--- a/roundup/backends/back_metakit.py Sun May 23 23:00:49 2004 +0000 +++ b/roundup/backends/back_metakit.py Sun May 23 23:24:47 2004 +0000 @@ -1,4 +1,4 @@ -# $Id: back_metakit.py,v 1.71 2004-05-18 15:17:19 wc2so1 Exp $ +# $Id: back_metakit.py,v 1.72 2004-05-23 23:24:47 richard Exp $ '''Metakit backend for Roundup, originally by Gordon McMillan. Known Current Bugs: @@ -1174,7 +1174,7 @@ "sort" and "group" are (dir, prop) where dir is '+', '-' or None and prop is a prop name or None - "search_matches" is {nodeid: marker} + "search_matches" is {nodeid: marker} or None The filter must match all properties specificed - but if the property value to match is a list, any one of the values in the
