summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b0197c3)
raw | patch | inline | side by side (parent: b0197c3)
author | stefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 17 Feb 2009 13:05:44 +0000 (13:05 +0000) | ||
committer | stefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 17 Feb 2009 13:05:44 +0000 (13:05 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4140 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/design.txt | patch | blob | history | |
roundup/hyperdb.py | patch | blob | history |
diff --git a/doc/design.txt b/doc/design.txt
index 859fdebf7a79f7fd7b746aeb71e4b0bb72af8c58..7aee461b41bc412c27768574a5358c9b626e9aeb 100644 (file)
--- a/doc/design.txt
+++ b/doc/design.txt
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 '+', '-'
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:
diff --git a/roundup/hyperdb.py b/roundup/hyperdb.py
index b504061b003f19f37406876475f7c26533d203a8..3de66f978106155a632d409383fb20492411c384 100644 (file)
--- a/roundup/hyperdb.py
+++ b/roundup/hyperdb.py
backward-compatibility reasons a single (dir, prop) tuple is
also allowed.
- "search_matches" is a sequence type
+ "search_matches" is a container type
The filter must match all properties specificed. If the property
value to match is a list: