Skip to content

Commit 30fc7dd

Browse files
committed
Remove unused code samples
1 parent 74e0864 commit 30fc7dd

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.code-samples.meilisearch.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -391,13 +391,6 @@ get_version_1: |-
391391
client.GetVersion()
392392
distinct_attribute_guide_1: |-
393393
client.Index("jackets").UpdateDistinctAttribute("product_id")
394-
field_properties_guide_searchable_1: |-
395-
searchableAttributes := []string{
396-
"title",
397-
"overview",
398-
"genres",
399-
}
400-
client.Index("movies").UpdateSearchableAttributes(&searchableAttributes)
401394
field_properties_guide_displayed_1: |-
402395
displayedAttributes := []string{
403396
"title",
@@ -422,10 +415,6 @@ filtering_guide_nested_1: |-
422415
resp, err := client.Index("movie_ratings").Search("thriller", &meilisearch.SearchRequest{
423416
Filter: "rating.users >= 90",
424417
})
425-
search_parameter_guide_show_ranking_score_details_1: |-
426-
resp, err := client.Index("movies").Search("dragon", &meilisearch.SearchRequest{
427-
showRankingScoreDetails: true,
428-
})
429418
typo_tolerance_guide_1: |-
430419
client.Index("movies").UpdateTypoTolerance(&meilisearch.TypoTolerance{
431420
Enabled: false,

0 commit comments

Comments
 (0)