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
Merge pull request #47 from FrankieTF/Update-DotNetHowToEncryptionUsi…

…ngCMK

Update DotNetHowToEncryptionUsingCMK

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
Update all the dependencies to the latest. Search SDK to 10.1 for Dot…

…netSample (#41)

* [DotNetHowToAutocomplete] upgraded all the dependencies to the latest to support newer frameworks.

* Updated [DotNetSample] >> Indexer to use Search SDK libraries v10.0 over v6.0 preview. Verified the application.

* Upgraded Search SDK 10.1 for DotNetHowTo Project (DotnetCore)

* Upgraded to Azure Search SDK 10.1 for DotNetHowToIndexers

* Upgraded Search SDK to 10.1 for DotNetHowToMultipleDataSources

* Upgraded Search SDK to 10.1 from v5.0 for [DotNetETagsExplainer]

* Upgraded Azure Search SDK to 10.1 from 8.0.0-preview and disabled preview features no longer supported. [DotNetHowToEncryptionUsingCMK]

* Revert "Upgraded Azure Search SDK to 10.1 from 8.0.0-preview and disabled preview features no longer supported. [DotNetHowToEncryptionUsingCMK]"

:his reverts commit 00ab3df868033c48a83b5356b2efbfabefb50863.

* Removed upgrade of Bootstrap 3.4.1 to 4.4.1 to cleanup Popper.js , so that changes can be approved.

* removed respond.js, as it is no longer requried.

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