Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-01-07 15:34:08 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-01-07 15:34:08 (GMT)
commit41d38f0e42830daa779fc70c585357bdebf163ff (patch)
treec8cb073a8da7d604061d4aa45aa5ebf2a4bd7045
parentf67d9ff83e448097d9328b1100df8f8ea4575353 (diff)
Fix typo
-rw-r--r--src/olpc/datastore/indexstore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/olpc/datastore/indexstore.py b/src/olpc/datastore/indexstore.py
index 0ed669c..2ee3481 100644
--- a/src/olpc/datastore/indexstore.py
+++ b/src/olpc/datastore/indexstore.py
@@ -157,7 +157,7 @@ class IndexStore(object):
#query_parser.set_stemming_strategy(qp.STEM_SOME)
query = query_parser.parse_query(
- query_str['query'],
+ query_str,
QueryParser.FLAG_PHRASE |
QueryParser.FLAG_BOOLEAN |
QueryParser.FLAG_LOVEHATE |