File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -262,12 +262,6 @@ get_version_1: |-
262262 client.get_version()
263263distinct_attribute_guide_1 : |-
264264 client.index('jackets').update_distinct_attribute('product_id')
265- field_properties_guide_searchable_1 : |-
266- client.index('movies').update_searchable_attributes([
267- 'title',
268- 'overview',
269- 'genres'
270- ])
271265field_properties_guide_displayed_1 : |-
272266 client.index('movies').update_displayed_attributes([
273267 'title',
@@ -310,10 +304,6 @@ typo_tolerance_guide_4: |-
310304 'twoTypos': 10
311305 }
312306 })
313- search_parameter_guide_show_ranking_score_details_1 : |-
314- client.index('movies').search('dragon', {
315- 'showRankingScoreDetails': True
316- })
317307distinct_attribute_guide_filterable_1 : |-
318308 client.index('products').update_filterable_attributes(['product_id', 'sku', 'url'])
319309distinct_attribute_guide_distinct_parameter_1 : |-
@@ -596,8 +586,6 @@ webhooks_patch_1: |-
596586 })
597587webhooks_delete_1 : |-
598588 client.delete_webhook('WEBHOOK_UID')
599- rename_an_index_1 : |-
600- client.index("INDEX_A").update(new_uid="INDEX_B")
601589search_parameter_guide_vector_1 : |-
602590 client.index('books').search('',{
603591 "vector": [0, 1, 2],
You can’t perform that action at this time.
0 commit comments