You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I'm working on adding multi-language pages to the search collection. Following the documentation, I've added locale: 'all' to the entriesQuery property in the plugin config (see the included screenshot) to include all pages (documents) in the search.
Expected behavior
I expect that the pages for all languages get added to Meilisearch.
Current behavior
Currently when clicking the update button on a page no pages get added. When i change de local: 'all' to a specific language like 'en' the pages (documents) for this language get added
Screenshots or Logs
locale: 'all'
locale: 'en'
Environment (please complete the following information):
OS: Windows 11, strapi hosted on Docker (WSL)
Meilisearch version: 1.11.3
strapi-plugin-meilisearch version: 0.13.1
Browser: Microsoft Edge (chromium) Version 131.0.2903.70
Strapi version: 5.4.2
The text was updated successfully, but these errors were encountered:
Description
I'm working on adding multi-language pages to the search collection. Following the documentation, I've added
locale: 'all'
to theentriesQuery
property in the plugin config (see the included screenshot) to include all pages (documents) in the search.Expected behavior
I expect that the pages for all languages get added to Meilisearch.
Current behavior
Currently when clicking the update button on a page no pages get added. When i change de
local: 'all'
to a specific language like 'en' the pages (documents) for this language get addedScreenshots or Logs
locale: 'all'
locale: 'en'
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: