From 7916b0c7ff9d022306cea4af81960c4091410489 Mon Sep 17 00:00:00 2001 From: ellnix <103502144+ellnix@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:18:02 +0100 Subject: [PATCH] Demote sorted search to level 3 heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a833bb31..56b55152 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ harry_book.formatted # => {"id"=>"1", "name"=>"Harry 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: