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: sometimes, changes to subsections are not reflected in the Studio Search Index #34800

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    3ec0cb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cc1c64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    555cb81 View commit details
    Browse the repository at this point in the history
  4. fix: Change check for active bulk op on_commit

    Initially we used `_get_bulk_ops_record()` however that had side-effects of creating records since it uses a defaultdict internally. So we swapped the implementation similar how we check in `_clear_bulk_ops_record()`
    yusuf-musleh committed May 17, 2024
    Configuration menu
    Copy the full SHA
    57043cb View commit details
    Browse the repository at this point in the history