Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-07-09 05:14:44 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-07-09 05:14:44 (GMT)
commitf18918bdf3211e72a1d7c9feccb63f11bbcb4c55 (patch)
tree7041ad7f2192295842a9fe42c9e3561c27e87dc8 /tests
parentdba66e2ae0f2e85a7e024229c026c477ac786719 (diff)
added more description
Diffstat (limited to 'tests')
-rw-r--r--tests/query.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/query.txt b/tests/query.txt
index e1f3791..2c58851 100644
--- a/tests/query.txt
+++ b/tests/query.txt
@@ -249,6 +249,10 @@ Searching for it in the fulltext index does return a result.
>>> qm.find(fulltext="indeed") == ([a], 1)
True
+Searching for only title in fulltext index does return a result as well.
+>>> qm.find(fulltext="title:indeed") == ([a], 1)
+True
+
Here we show off the get_uniquevaluesfor call examining all the values
used in the 'author' field.