Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/olpc/datastore/indexstore.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/olpc/datastore/indexstore.py')
-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 |