Skip to content

Commit 8842fa7

Browse files
Merges step for defining and creating an index in doc examples
1 parent 2bed636 commit 8842fa7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doctests/search_quickstart.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@
191191
NumericField("$.price", as_name="price"),
192192
TagField("$.condition", as_name="condition"),
193193
)
194-
# STEP_END
195-
# STEP_START create_index
194+
196195
index = r.ft("idx:bicycle")
197196
index.create_index(
198197
schema,

0 commit comments

Comments
 (0)