Skip to content

Commit ca4e72d

Browse files
authored
Update __init__.py
1 parent 9fa3129 commit ca4e72d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

redisearch/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
print res.total # "1"
3131
print res.docs[0].title
3232
33-
# Searching with snippets
34-
res = client.search("search engine", snippet_sizes = {'body': 50})
35-
3633
# Searching with complext parameters:
3734
q = Query("search engine").verbatim().no_content().paging(0,5)
3835
res = client.search(q)

0 commit comments

Comments
 (0)