Releases: Azure-Samples/search-dotnet-getting-started
Releases · Azure-Samples/search-dotnet-getting-started
Getting Started with Azure Cognitive Search using .NET
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
Merge pull request #50 from HeidiSteen/master Fixed links
Getting Started with Azure Cognitive Search using .NET
Merge pull request #49 from HeidiSteen/master Readme update plus removed obsolete samples from master
Getting Started with Azure Search using .NET
Merge pull request #48 from FrankieTF/Update-DotNetHowToSecurityTrimming Update DotNetHowToSecurityTrimming
Getting Started with Azure Search using .NET
215161 Merge pull request #47 from FrankieTF/Update-DotNetHowToEncryptionUsi…
Getting Started with Azure Search using .NET
Merge pull request #46 from FrankieTF/frankUpdate Updated all except DotNetSample, DotNetHowToAutocomplete, DotNetHowTo…
Getting Started with Azure Search using .NET
Merge pull request #44 from HeidiSteen/master Autocomplete readme update
Getting Started with Azure Search using .NET
128490 Update all the dependencies to the latest. Search SDK to 10.1 for Dot…
Getting Started with Azure Search using .NET
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
114652 Update README.md