From d0b5521909d601ab1105d54eb5d52187d99a765a Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Mon, 11 Apr 2022 16:00:48 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb74d35..41431aa 100644 --- a/README.md +++ b/README.md @@ -453,7 +453,7 @@ Full usage example: **Supported Meilisearch versions**: -This package only guarantees the compatibility with the [version v0.26.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.26.0). +This package only guarantees the compatibility with the [version v0.27.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.27.0). **Node / NPM versions**: From 3549ec8a7589c061be197cedce69b93319d5272b Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Mon, 11 Apr 2022 21:26:39 +0200 Subject: [PATCH 2/4] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 423e195..3b4f5bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ Each PR should pass the tests and the linter to be accepted. ```bash # Run a Meilisearch instance docker pull getmeili/meilisearch:latest # Fetch the latest version of Meilisearch image from Docker Hub -docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics +docker run -p 7700:7700 getmeili/meilisearch:latest meilisearch --master-key=masterKey --no-analytics # Tests the project yarn test # integration tests From 7561fd665a37da56ce0047fea0eaecfb8288aad9 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Mon, 11 Apr 2022 21:26:40 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41431aa..0409a59 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ For example, if you use Docker: ```bash docker pull getmeili/meilisearch:latest # Fetch the latest version of Meilisearch image from Docker Hub -docker run -it --rm -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey +docker run -it --rm -p 7700:7700 getmeili/meilisearch:latest meilisearch --master-key=masterKey ``` With this command, your Meilisearch instance `host` is `http://localhost:7700` and your master key is `masterKey` From 72bc2832eb95f4ccee162979697e9e553b64e85f Mon Sep 17 00:00:00 2001 From: Charlotte Vermandel Date: Tue, 17 May 2022 11:41:12 +0200 Subject: [PATCH 4/4] Fix unecessary precise test --- tests/index-to-meilisearch.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/index-to-meilisearch.test.js b/tests/index-to-meilisearch.test.js index 02cde2c..7912935 100644 --- a/tests/index-to-meilisearch.test.js +++ b/tests/index-to-meilisearch.test.js @@ -143,7 +143,7 @@ describe('Index to Meilisearch', () => { ) expect(fakeReporter.error).toHaveBeenCalledTimes(1) expect(fakeReporter.error).toHaveBeenCalledWith( - `Json deserialize error: unknown field \`wrongSettings\`, expected one of \`displayedAttributes\`, \`searchableAttributes\`, \`filterableAttributes\`, \`sortableAttributes\`, \`rankingRules\`, \`stopWords\`, \`synonyms\`, \`distinctAttribute\` at line 1 column 16` + expect.stringMatching(/Json deserialize error: unknown field.*/) ) expect(activity.setStatus).toHaveBeenCalledTimes(1) expect(activity.setStatus).toHaveBeenCalledWith(