We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe98a3 commit eb12782Copy full SHA for eb12782
src/OrchardCore/OrchardCore.Search.AzureAI.Core/Services/AzureAISearchIndexManager.cs
@@ -131,7 +131,7 @@ public async Task<bool> RebuildAsync(IndexProfile indexProfile)
131
132
var client = _clientFactory.CreateSearchIndexClient();
133
134
- if (await ExistsAsync(indexProfile.IndexName))
+ if (await ExistsAsync(indexProfile.IndexFullName))
135
{
136
await client.DeleteIndexAsync(indexProfile.IndexFullName);
137
}
0 commit comments