From 32badbbbc150eb656581ae8ef9d788bc9f374ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Tue, 6 Sep 2022 17:45:02 +0200 Subject: [PATCH 1/2] Update postman collection for v0.29.0 --- .vuepress/public/postman/meilisearch-collection.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.vuepress/public/postman/meilisearch-collection.json b/.vuepress/public/postman/meilisearch-collection.json index 176f47bcaf..c8c94e802e 100644 --- a/.vuepress/public/postman/meilisearch-collection.json +++ b/.vuepress/public/postman/meilisearch-collection.json @@ -1,7 +1,7 @@ { "info": { - "_postman_id": "453f3754-4b37-4654-8fe3-b2b3aef24048", - "name": "Meilisearch v0.28", + "_postman_id": "5ad97bb3-840b-40dc-9012-482a0c2c52a5", + "name": "Meilisearch v0.29", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "8898306" }, @@ -309,6 +309,11 @@ "key": "highlightPostTag", "value": "", "disabled": true + }, + { + "key": "matchingStrategy", + "value": "all", + "disabled": true } ] } From 05708012759eb10d90be6f49dd173caaceff344c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Tue, 13 Sep 2022 10:27:42 +0200 Subject: [PATCH 2/2] Fix the Austen typo --- .vuepress/public/postman/meilisearch-collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vuepress/public/postman/meilisearch-collection.json b/.vuepress/public/postman/meilisearch-collection.json index c8c94e802e..bb46488150 100644 --- a/.vuepress/public/postman/meilisearch-collection.json +++ b/.vuepress/public/postman/meilisearch-collection.json @@ -79,7 +79,7 @@ "header": [], "body": { "mode": "raw", - "raw": "[\n { \"id\": 2, \"title\": \"Pride and Prejudice\", \"author\": \"Jane Austin\", \"genre\": \"romance\", \"price\": 3.5 },\n { \"id\": 456, \"title\": \"Le Petit Prince\", \"author\": \"Antoine de Saint-Exupéry\", \"genre\": \"adventure\" , \"price\": 10.0 },\n { \"id\": 1, \"title\": \"Alice In Wonderland\", \"author\": \"Lewis Carroll\", \"genre\": \"fantasy\", \"price\": 25.99 },\n { \"id\": 1344, \"title\": \"The Hobbit\", \"author\": \"J. R. R. Tolkien\", \"genre\": \"fantasy\" },\n { \"id\": 4, \"title\": \"Harry Potter and the Half-Blood Prince\", \"author\": \"J. K. Rowling\", \"genre\": \"fantasy\" },\n { \"id\": 42, \"title\": \"The Hitchhiker's Guide to the Galaxy\", \"author\": \"Douglas Adams\" }\n]", + "raw": "[\n { \"id\": 2, \"title\": \"Pride and Prejudice\", \"author\": \"Jane Austen\", \"genre\": \"romance\", \"price\": 3.5 },\n { \"id\": 456, \"title\": \"Le Petit Prince\", \"author\": \"Antoine de Saint-Exupéry\", \"genre\": \"adventure\" , \"price\": 10.0 },\n { \"id\": 1, \"title\": \"Alice In Wonderland\", \"author\": \"Lewis Carroll\", \"genre\": \"fantasy\", \"price\": 25.99 },\n { \"id\": 1344, \"title\": \"The Hobbit\", \"author\": \"J. R. R. Tolkien\", \"genre\": \"fantasy\" },\n { \"id\": 4, \"title\": \"Harry Potter and the Half-Blood Prince\", \"author\": \"J. K. Rowling\", \"genre\": \"fantasy\" },\n { \"id\": 42, \"title\": \"The Hitchhiker's Guide to the Galaxy\", \"author\": \"Douglas Adams\" }\n]", "options": { "raw": { "language": "json"