We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa3129 commit ca4e72dCopy full SHA for ca4e72d
redisearch/__init__.py
@@ -30,9 +30,6 @@
30
print res.total # "1"
31
print res.docs[0].title
32
33
-# Searching with snippets
34
-res = client.search("search engine", snippet_sizes = {'body': 50})
35
-
36
# Searching with complext parameters:
37
q = Query("search engine").verbatim().no_content().paging(0,5)
38
res = client.search(q)
0 commit comments