Skip to content

Commit

Permalink
Merge #343
Browse files Browse the repository at this point in the history
343: Demote sorted search to level 3 heading r=brunoocasali a=ellnix

Just something I noticed while editing `README.md`: `## Sorted search` seems to logically belong under `## Custom search` but it has the same level of heading (and does not have its place in the TOC).

Co-authored-by: ellnix <103502144+ellnix@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and ellnix authored Mar 5, 2024
2 parents 7459bde + 7916b0c commit 9f71936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ harry_book.formatted # => {"id"=>"1", "name"=>"<em>Harry</em> Potter", "descript
👉 Don't forget that `attributes_to_highlight`, `attributes_to_crop`, and
`crop_length` can be set up in the `meilisearch` block of your model.

## 🔍 Sorted search
### 🔍 Sorted search

As an example of how to use the sort option, here is how you could achieve
returning all books sorted by title in ascending order:
Expand Down

0 comments on commit 9f71936

Please sign in to comment.