Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Releases: Azure-Samples/search-dotnet-getting-started

Getting Started with Azure Cognitive Search using .NET

Choose a tag to compare

released this 12 Nov 23:01
4c76d45
Merge pull request #52 from HeidiSteen/master

Indexer sample update: Added a schedule, field mappings, parameters, CheckIndexerStatus

Getting Started with Azure Cognitive Search using .NET

Choose a tag to compare

released this 20 Oct 18:50
c712a97
Merge pull request #50 from HeidiSteen/master

Fixed links

Getting Started with Azure Cognitive Search using .NET

Choose a tag to compare

released this 20 Oct 18:46
9080615
Merge pull request #49 from HeidiSteen/master

Readme update plus removed obsolete samples from master

Getting Started with Azure Search using .NET

Choose a tag to compare

released this 20 Oct 18:19
94f4908
Merge pull request #48 from FrankieTF/Update-DotNetHowToSecurityTrimming

Update DotNetHowToSecurityTrimming

Getting Started with Azure Search using .NET

Choose a tag to compare

released this 20 Oct 16:07
6637896
215161

Merge pull request #47 from FrankieTF/Update-DotNetHowToEncryptionUsi…

Getting Started with Azure Search using .NET

Choose a tag to compare

released this 20 Oct 14:45
1301ec8
Merge pull request #46 from FrankieTF/frankUpdate

Updated all except DotNetSample, DotNetHowToAutocomplete, DotNetHowTo…

Getting Started with Azure Search using .NET

Choose a tag to compare

released this 14 Apr 15:47
c0961d6
Merge pull request #44 from HeidiSteen/master

Autocomplete readme update

Getting Started with Azure Search using .NET

Choose a tag to compare

released this 11 Mar 19:14
706817d
128490

Update all the dependencies to the latest. Search SDK to 10.1 for Dot…

Getting Started with Azure Search using .NET

Choose a tag to compare

released this 04 Mar 20:04
Remove "Format" property in SynonymMap constructor

I recently updated the NuGet packages in the project and it looks like SynonymMap now has a static "Format" property so attempting to use this static property in the constructor, as shown in the sample code here, will result in a compilation error "Static field or property 'SynonymMap.Format' cannot be assigned in an object initializer". This property has "solr" assigned to it as its default value anyway so removing it from the constructor ensures we get a successful build.

Getting Started with Azure Search using .NET

Choose a tag to compare

released this 14 Jan 20:20
8e6181d
114652

Update README.md