diff --git a/oyster/ext/superfastmatch.py b/oyster/ext/superfastmatch.py index 958f4f0..b36a21e 100644 --- a/oyster/ext/superfastmatch.py +++ b/oyster/ext/superfastmatch.py @@ -20,4 +20,4 @@ class SuperFastMatchPush(Task): doc = kernel.db.tracked.find_one({'_id': doc_id}) text = kernel.extract_text(doc) doctype, docid = settings.SUPERFASTMATCH_ID_FUNC(doc_id) - sfm.add(doctype, docid, text, **doc['metadata'], defer=True) + sfm.add(doctype, docid, text, defer=True, **doc['metadata'])