Skip to content

Commit

Permalink
Merge #364
Browse files Browse the repository at this point in the history
364: Update code_sample guide sort r=alallema a=alallema

Closed #363 


Co-authored-by: alallema <amelie@meilisearch.com>
  • Loading branch information
bors[bot] and alallema authored Nov 29, 2021
2 parents d55b614 + 688ae81 commit 38d862e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,13 @@ settings_guide_displayed_1: |-
'release_date'
]
})
settings_guide_sortable_1: |-
client.index('books').update_settings({
'sortableAttributes': [
'price',
'author'
]
})
add_movies_json_1: |-
import json
Expand Down

0 comments on commit 38d862e

Please sign in to comment.