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 AzureSearch Delete Method to Use FIELDS_ID Variable (Generated by Ana - AI SDE) #22418

Closed
wants to merge 1 commit into from

Conversation

ana-ai-sde
Copy link

Fix AzureSearch Delete Method to Use FIELDS_ID Variable

This PR addresses the issue where the delete method in the AzureSearch class did not use the FIELDS_ID variable, thereby not allowing complete override of the key field in Azure AI Search.

Changes Made:

  • Updated the delete method to utilize the FIELDS_ID variable instead of hardcoded "id".

This ensures better flexibility in specifying a custom field name for document IDs and aligns the method's behavior with the user's needs.

Fix for Issue 22314

This patch was generated by Ana - AI SDE, an AI-powered software development assistant.

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. 🤖:improvement Medium size change to existing code to handle new use-cases labels Jun 3, 2024
@ana-ai-sde ana-ai-sde closed this Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:improvement Medium size change to existing code to handle new use-cases size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant