Skip to content

Commit 1bda943

Browse files
author
Joaquín R. Montes
authored
fix: remove duplicate key on code-samples
fix: remove duplicate key on .code-samples.meilisearch.yml
1 parent 1e50c19 commit 1bda943

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.code-samples.meilisearch.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -540,10 +540,6 @@ sorting_guide_sort_nested_1: |-
540540
client.index('books').search('science fiction', {
541541
'sort': ['rating.users:asc']
542542
})
543-
search_parameter_guide_sort_1: |-
544-
client.index('books').search('science fiction', {
545-
'sort': ['price:asc']
546-
})
547543
geosearch_guide_filter_settings_1: |-
548544
client.index('restaurants').update_filterable_attributes([
549545
'_geo'

0 commit comments

Comments
 (0)