Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n page/document search not working as expected #988

Open
tom-schmitz opened this issue Dec 11, 2024 · 1 comment
Open

i18n page/document search not working as expected #988

tom-schmitz opened this issue Dec 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tom-schmitz
Copy link

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
config

locale: 'all'
all

locale: 'en'
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
@curquiza curquiza added the bug Something isn't working label Dec 11, 2024
@tomh4
Copy link

tomh4 commented Dec 25, 2024

Can confirm this I experience this issue as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants