Skip to content

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

Getting Started with Azure Cognitive Search using .NET

12 Nov 23:01
4c76d45
Compare
Choose a tag to compare
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

20 Oct 18:50
c712a97
Compare
Choose a tag to compare
Merge pull request #50 from HeidiSteen/master

Fixed links

Getting Started with Azure Cognitive Search using .NET

20 Oct 18:46
9080615
Compare
Choose a tag to compare
Merge pull request #49 from HeidiSteen/master

Readme update plus removed obsolete samples from master

Getting Started with Azure Search using .NET

20 Oct 18:19
94f4908
Compare
Choose a tag to compare
Merge pull request #48 from FrankieTF/Update-DotNetHowToSecurityTrimming

Update DotNetHowToSecurityTrimming

Getting Started with Azure Search using .NET

20 Oct 16:07
6637896
Compare
Choose a tag to compare
215161

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

Getting Started with Azure Search using .NET

20 Oct 14:45
1301ec8
Compare
Choose a tag to compare
Merge pull request #46 from FrankieTF/frankUpdate

Updated all except DotNetSample, DotNetHowToAutocomplete, DotNetHowTo…

Getting Started with Azure Search using .NET

14 Apr 15:47
c0961d6
Compare
Choose a tag to compare
Merge pull request #44 from HeidiSteen/master

Autocomplete readme update

Getting Started with Azure Search using .NET

11 Mar 19:14
706817d
Compare
Choose a tag to compare
128490

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

Getting Started with Azure Search using .NET

04 Mar 20:04
Compare
Choose a tag to compare
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

14 Jan 20:20
8e6181d
Compare
Choose a tag to compare