{"id":15410751,"url":"https://github.com/damienbod/AspNetCoreAzureAISearch","last_synced_at":"2025-03-01T17:31:00.188Z","repository":{"id":44921433,"uuid":"303127465","full_name":"damienbod/AspNetCoreAzureAISearch","owner":"damienbod","description":"ASP.NET Core with Azure AI Search","archived":false,"fork":false,"pushed_at":"2024-11-15T14:07:38.000Z","size":2355,"stargazers_count":14,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-23T21:42:34.869Z","etag":null,"topics":["aspnet-core","aspnetcore","azure-ai-search","azure-cognitive-search","azure-search","dotnetcore","full-search-search","paging","razor"],"latest_commit_sha":null,"homepage":"https://damienbod.com/2020/10/19/implement-a-full-text-search-using-azure-cognitive-search-in-asp-net-core/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/damienbod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-11T13:30:43.000Z","updated_at":"2024-11-15T14:07:43.000Z","dependencies_parsed_at":"2022-09-05T16:50:59.587Z","dependency_job_id":"d199fcac-2535-4584-ac6e-df0852f51c72","html_url":"https://github.com/damienbod/AspNetCoreAzureAISearch","commit_stats":{"total_commits":156,"total_committers":1,"mean_commits":156.0,"dds":0.0,"last_synced_commit":"6768c773e822b4b8df12df2d23dd2efb13e8c8de"},"previous_names":["damienbod/aspnetcoreazureaisearch","damienbod/aspnetcoreazuresearch"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreAzureAISearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreAzureAISearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreAzureAISearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreAzureAISearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damienbod","download_url":"https://codeload.github.com/damienbod/AspNetCoreAzureAISearch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241399842,"owners_count":19956967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspnet-core","aspnetcore","azure-ai-search","azure-cognitive-search","azure-search","dotnetcore","full-search-search","paging","razor"],"created_at":"2024-10-01T16:46:11.146Z","updated_at":"2025-03-01T17:30:59.944Z","avatar_url":"https://github.com/damienbod.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASP.NET Core with Azure AI Search\r\n\r\n[![.NET](https://github.com/damienbod/AspNetCoreAzureSearch/actions/workflows/dotnet.yml/badge.svg)](https://github.com/damienbod/AspNetCoreAzureSearch/actions/workflows/dotnet.yml)\r\n\r\n## Blogs\r\n\r\n- [Implement a full text search using Azure AI Search in ASP.NET Core](https://damienbod.com/2020/10/19/implement-a-full-text-search-using-azure-cognitive-search-in-asp-net-core/)\r\n- [Using Azure Cognitive Search Suggesters in ASP.NET Core and Autocomplete](https://damienbod.com/2020/10/29/using-azure-cognitive-search-suggesters-in-asp-net-core-and-autocomplete/)\r\n- [Implement a Blazor full text search using Azure AI Search](https://damienbod.com/2020/11/02/implement-a-blazor-full-text-search-using-azure-cognitive-search/)\r\n\r\n## User secrets, Key vault configuration\r\n\r\n```\r\n{\r\n  \"PersonCitiesSearchUri\": \"--url--\",\r\n  \"PersonCitiesSearchApiKey\": \"--secret--\",\r\n  \"PersonCitiesIndexName\": \"personcities\"\r\n}\r\n```\r\n\r\n## History\r\n\r\n- 2024-11-15 .NET 9\r\n- 2024-11-02 Update packages, rename to Azure AI Search\r\n- 2024-01-14 .NET 8\r\n- 2023-11-03 Updated packages\r\n- 2023-04-29 Updated packages, .NET 7\r\n- 2022-01-18 Updated packages\r\n- 2021-11-28 Updated to .NET 6\r\n- 2021-08-20 Updated packages\r\n- 2021-04-14 Updated packages\r\n- 2021-02-18 Updated packages\r\n\r\n# Links\r\n\r\nhttps://docs.microsoft.com/en-us/azure/search\r\n\r\nhttps://docs.microsoft.com/en-us/azure/search/search-what-is-azure-search\r\n\r\nhttps://docs.microsoft.com/en-us/rest/api/searchservice/\r\n\r\nhttps://github.com/Azure-Samples/azure-search-dotnet-samples/\r\n\r\nhttps://channel9.msdn.com/Shows/AI-Show/Azure-Cognitive-Search-Deep-Dive-with-Debug-Sessions\r\n\r\nhttps://channel9.msdn.com/Shows/AI-Show/Azure-Cognitive-Search-Whats-new-in-security\r\n\r\nhttps://docs.microsoft.com/en-us/azure/search/search-autocomplete-tutorial\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienbod%2FAspNetCoreAzureAISearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamienbod%2FAspNetCoreAzureAISearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienbod%2FAspNetCoreAzureAISearch/lists"}