Mercurial > p > roundup > code
diff doc/design.txt @ 4048:7ad0918ee8bd
Clarify 'search_matches' docs.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Tue, 17 Feb 2009 13:05:44 +0000 |
| parents | be9122d753c5 |
| children | f4a863d88a99 |
line wrap: on
line diff
--- a/doc/design.txt Tue Feb 17 04:32:34 2009 +0000 +++ b/doc/design.txt Tue Feb 17 13:05:44 2009 +0000 @@ -475,6 +475,8 @@ match the 'filter' spec, sorted by the group spec and then the sort spec. + "search_matches" is a container type + "filterspec" is {propname: value(s)} "sort" and "group" are [(dir, prop), ...] where dir is '+', '-' @@ -482,8 +484,6 @@ backward-compatibility reasons a single (dir, prop) tuple is also allowed. - "search_matches" is {nodeid: marker} - The filter must match all properties specificed. If the property value to match is a list:
