Skip to content

Commit ba4305f

Browse files
Merge #489
489: Doc/readme update entry documentation r=bidoubiwa a=LiquidITGuy # Pull Request ## What does this PR do? Fixes #487 The PR update the readme by adding some information to prevent a missconfiguration of transformentry by user and fix an anchor link on the documentation ## PR checklist Please check if your PR fulfills the following requirements: - [X] Does this PR fix an existing issue? - [X] Have you read the contributing guidelines? - [X] Have you made sure that the title is accurate and descriptive of the changes? Co-authored-by: Simon Belbeoch <[email protected]>
2 parents 989949d + b0d3649 commit ba4305f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ strapi build
6666
```
6767

6868

69-
You will need both a running Strapi app and a running Meilisearch instance. For [specific version compatibility see this section](#-compatibility-with-meilisearch).
69+
You will need both a running Strapi app and a running Meilisearch instance. For [specific version compatibility see this section](#-compatibility-with-meilisearch-and-strapi).
7070

7171
### 🏃‍♀️ Run Meilisearch <!-- omit in toc -->
7272

@@ -300,6 +300,8 @@ Result:
300300

301301
By transforming the `categories` into an array of names, it is now compatible with the [`filtering` feature](https://docs.meilisearch.com/reference/features/filtering_and_faceted_search.html#configuring-filters) in Meilisearch.
302302

303+
**Important**: You should always return the id of the entry without any transformation to [allow sync](https://github.com/meilisearch/strapi-plugin-meilisearch/issues/487) when unpublished or deleting some entries in Strapi.
304+
303305
### Filter entries
304306

305307
You might want to filter out some entries. This is possible with the `filterEntry`. Imagine you don't like `Alfredo's` restaurant. You can filter out this specific entry.

0 commit comments

Comments
 (0)