From 0cfe7f951f5bfe0cc540a1f4a5cbc78d4637bf39 Mon Sep 17 00:00:00 2001 From: helmutm Date: Sat, 26 Apr 2008 16:50:57 +0000 Subject: [PATCH] added catalog package with a simple variation of hurry.query and a keyword index git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2554 fd906abe-77d9-0310-91a1-e0d9ade77398 --- catalog/README.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/README.txt b/catalog/README.txt index 6304668..f0dd671 100644 --- a/catalog/README.txt +++ b/catalog/README.txt @@ -189,6 +189,7 @@ Text Index Queries >>> t1 = ('', 't1') >>> displayQueryWithScores(Text(t1, 'interesting')) [(6, 0.149...)] + >>> displayQueryWithScores(Text(t1, 'interesting') & Eq(f1, 'Y') Keyword Index Queries