Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-07-04 21:00:51 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-07-04 21:00:51 (GMT)
commit89447c06440d60ea741771a0c63e75cc337c11ca (patch)
treed766671b71dad1257535f719abca8ad249cc301b
parent1f285bce14cad1daaa5791aba705d361b59fe08c (diff)
parenta248b5cb7959195ca63265188bc9cc08c227dc09 (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastore
-rw-r--r--src/olpc/datastore/query.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/olpc/datastore/query.py b/src/olpc/datastore/query.py
index e450b5a..93a50b5 100644
--- a/src/olpc/datastore/query.py
+++ b/src/olpc/datastore/query.py
@@ -563,9 +563,11 @@ class XapianFulltext(object):
# currently this is still searched with the 'fulltext'
# parameter of find()
textprops = {}
+ """
content = self.get(uid)
for p in content.get_properties(type='text'):
textprops[p.key] = p.value and p.value or ''
+ """
return self._ft_index(uid, fp, piece, textprops)