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 relation/indexing processing Data object collision #723

Open
wants to merge 3 commits into
base: rel6
Choose a base branch
from

Commits on May 26, 2024

  1. fixed relation/indexing Data object collision

    processRelated and doIndex may be executed for the same operation object, doIndex mutates the Data of the operation which breaks the relation processing if it happens after the indexing which produces errors "Source field %s not found in document". The fix separates copies of Data between relation processing and indexing
    c58 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    c4780e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    6f70b4a View commit details
    Browse the repository at this point in the history
  2. fixed formatting

    c58 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    aa19bff View commit details
    Browse the repository at this point in the history