Code

Clarify 'search_matches' docs.
authorstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 17 Feb 2009 13:05:44 +0000 (13:05 +0000)
committerstefan <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
roundup/hyperdb.py

index 859fdebf7a79f7fd7b746aeb71e4b0bb72af8c58..7aee461b41bc412c27768574a5358c9b626e9aeb 100644 (file)
@@ -475,6 +475,8 @@ Here is the interface provided by the hyperdatabase::
             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 @@ Here is the interface provided by the hyperdatabase::
             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:
 
index b504061b003f19f37406876475f7c26533d203a8..3de66f978106155a632d409383fb20492411c384 100644 (file)
@@ -1129,7 +1129,7 @@ class Class:
         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: