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(HelpdeskSearch): Recover from clear cache #1977

Merged
merged 5 commits into from
Sep 10, 2024
Merged

Commits on Sep 10, 2024

  1. fix(HelpdeskSearch): Check for existing index accurately

    Checking for index only is problematic as frappe.clear_cache only
    removes docs and not the index
    balamurali27 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    fc7fa03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebdde4f View commit details
    Browse the repository at this point in the history
  3. style: isort

    balamurali27 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    86a02d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1960c00 View commit details
    Browse the repository at this point in the history
  5. style(flake8): SIM104

    balamurali27 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0d38110 View commit details
    Browse the repository at this point in the history