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 c0a0492 commit 9450363Copy full SHA for 9450363
docs/examples/search_json_examples.ipynb
@@ -30,7 +30,7 @@
30
"import redis.commands.search.aggregation as aggregations\n",
31
"import redis.commands.search.reducers as reducers\n",
32
"from redis.commands.search.field import TextField, NumericField, TagField\n",
33
- "from redis.commands.search.indexDefinition import IndexDefinition, IndexType\n",
+ "from redis.commands.search.index_definition import IndexDefinition, IndexType\n",
34
"from redis.commands.search.query import NumericFilter, Query\n",
35
"\n",
36
0 commit comments