Mercurial > p > roundup > code
comparison roundup/hyperdb.py @ 4048:7ad0918ee8bd
Clarify 'search_matches' docs.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Tue, 17 Feb 2009 13:05:44 +0000 |
| parents | 27a9906cd8d1 |
| children | 625915ce35b8 |
comparison
equal
deleted
inserted
replaced
| 4047:e70643990e9c | 4048:7ad0918ee8bd |
|---|---|
| 1127 "sort" and "group" are [(dir, prop), ...] where dir is '+', '-' | 1127 "sort" and "group" are [(dir, prop), ...] where dir is '+', '-' |
| 1128 or None and prop is a prop name or None. Note that for | 1128 or None and prop is a prop name or None. Note that for |
| 1129 backward-compatibility reasons a single (dir, prop) tuple is | 1129 backward-compatibility reasons a single (dir, prop) tuple is |
| 1130 also allowed. | 1130 also allowed. |
| 1131 | 1131 |
| 1132 "search_matches" is a sequence type | 1132 "search_matches" is a container type |
| 1133 | 1133 |
| 1134 The filter must match all properties specificed. If the property | 1134 The filter must match all properties specificed. If the property |
| 1135 value to match is a list: | 1135 value to match is a list: |
| 1136 | 1136 |
| 1137 1. String properties must match all elements in the list, and | 1137 1. String properties must match all elements in the list, and |
