Skip to content

Commit 9c0050a

Browse files
Merge #583
583: Example: Update locale.js r=bidoubiwa a=lodisy # Pull Request ## Related issue Fixes #<issue_number> ## What does this PR do? - Fix `locale.js` for entriesQuery example ## PR checklist Please check if your PR fulfills the following requirements: - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [ ] Have you read the contributing guidelines? - [ ] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Michael <[email protected]>
2 parents f264b52 + 571f324 commit 9c0050a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/entries-query/locale.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ module.exports = {
33
meilisearch: {
44
config: {
55
restaurant: {
6-
locale: 'all',
6+
entriesQuery: {
7+
locale: 'all',
8+
},
79
},
810
},
911
},

0 commit comments

Comments
 (0)