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 73730a3 commit 8479f59Copy full SHA for 8479f59
source/includes/indexes/indexes.py
@@ -175,5 +175,5 @@
175
# end-update-vector-search-indexes
176
177
# start-delete-search-indexes
178
-collection.drop_index("my_index")
+collection.drop_search_index("my_index")
179
# end-delete-search-indexes
0 commit comments