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 338ef21 commit b7c1597Copy full SHA for b7c1597
redisearch/client.py
@@ -469,7 +469,6 @@ def search(self, query):
469
470
- **query**: the search query. Either a text for simple queries with default parameters, or a Query object for complex queries.
471
See RediSearch's documentation on query format
472
- - **snippet_sizes**: A dictionary of {field: snippet_size} used to trim and format the result. e.g.e {'body': 500}
473
"""
474
args, query = self._mk_query_args(query)
475
st = time.time()
0 commit comments