Skip to content

Conversation

vkarpov15
Copy link
Collaborator

Fix #15565

Summary

Sloppy mistake from dd41187: I missed a spot when renaming ensureSearchIndexes -> createSearchIndexes internally.

Examples

@vkarpov15 vkarpov15 added this to the 8.17.1 milestone Aug 4, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a bug where the wrong function name was being called in the autoSearchIndex functionality. The change corrects a missed spot from a previous refactoring that renamed ensureSearchIndexes to createSearchIndexes internally.

  • Updates function call from ensureSearchIndexes() to createSearchIndexes() to match the actual function name

@vkarpov15 vkarpov15 merged commit ee6994c into master Aug 5, 2025
105 of 106 checks passed
@vkarpov15 vkarpov15 deleted the vkarpov15/gh-15565 branch August 5, 2025 21:34
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.

Setting autoSearchIndex to true dont create search index
2 participants