Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/xapianindex.txt
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-08-31 05:14:27 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-08-31 05:14:27 (GMT)
commit48aad0795a4bf8110a7ac48707be3bdc7743597c (patch)
tree2e1466adca17d38c8b6a042743d84d9fe8c79fca /tests/xapianindex.txt
parent57e90f572b41d40f9601c50e2d7e63bc47a6279a (diff)
wip on tagging
Diffstat (limited to 'tests/xapianindex.txt')
-rw-r--r--tests/xapianindex.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/xapianindex.txt b/tests/xapianindex.txt
index b28ac90..583f589 100644
--- a/tests/xapianindex.txt
+++ b/tests/xapianindex.txt
@@ -86,6 +86,11 @@ Partial search...
+We also support tagging of documents.
+
+>>> im.tag(uid, "foo bar")
+>>> assert expect_single(im.search('tags:foo')).id == uid
+
Cleanly shut down.
>>> im.stop()