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

fix: resolve issue when updating or adding content type in draft mode #998

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ratorik
Copy link

@ratorik ratorik commented Jan 17, 2025

fix: resolve Meilisearch issue with draftAndPublish enabled

When updating or adding an item with draftAndPublish enabled, the item is removed from Meilisearch, and the following error occurs:

error: Meilisearch could not add entry with id: 9: Transaction query already complete

This issue is described in #997. The item should update correctly without errors when draftAndPublish is enabled.

Pull Request

Related issue

Fixes #997

What does this PR do?

  • Resolves the issue where items with draftAndPublish enabled are removed from Meilisearch and cause transaction errors.
  • Ensures that updates to items are processed correctly when draftAndPublish is enabled.

…abled

fix: resolve Meilisearch issue with draftAndPublish enabled

When updating or adding an item with draftAndPublish enabled, the item is removed from Meilisearch, and the following error occurs:

error: Meilisearch could not add entry with id: 9: Transaction query already complete

This issue is described in meilisearch#997. The item should update correctly without errors when draftAndPublish is enabled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Meilisearch update failure with draftAndPublish enabled: Transaction query already complete
1 participant