Skip to content

Commit 1e8d7fa

Browse files
Update postman collection (#3261)
1 parent 9278743 commit 1e8d7fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/misc/meilisearch-collection-postman.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"info": {
33
"_postman_id": "b321d331-d809-4909-8e49-e29c8d749d32",
4-
"name": "Meilisearch v1.14",
4+
"name": "Meilisearch v1.15",
55
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
66
"_exporter_id": "25294324"
77
},
@@ -1898,7 +1898,7 @@
18981898
],
18991899
"body": {
19001900
"mode": "raw",
1901-
"raw": "{\n \"minWordSizeForTypos\": {\n \"oneTypo\": 2,\n \"twoTypos\": 11\n },\n \"disableOnWords\": [\"Prince\"],\n \"disableOnAttributes\": [\"genre\"]\n}"
1901+
"raw": "{\n \"minWordSizeForTypos\": {\n \"oneTypo\": 2,\n \"twoTypos\": 11\n },\n \"disableOnWords\": [\"Prince\"],\n \"disableOnAttributes\": [\"genre\"],\n \"disableOnNumbers\": true\n}"
19021902
},
19031903
"url": {
19041904
"raw": "{{url}}/indexes/{{indexUID}}/settings/typo-tolerance",

0 commit comments

Comments
 (0)