Moriyama.AzureSearch.Umbraco.Core 1.2.6.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Moriyama.AzureSearch.Umbraco.Core --version 1.2.6.3
NuGet\Install-Package Moriyama.AzureSearch.Umbraco.Core -Version 1.2.6.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Moriyama.AzureSearch.Umbraco.Core" Version="1.2.6.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Moriyama.AzureSearch.Umbraco.Core --version 1.2.6.3
#r "nuget: Moriyama.AzureSearch.Umbraco.Core, 1.2.6.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Moriyama.AzureSearch.Umbraco.Core as a Cake Addin
#addin nuget:?package=Moriyama.AzureSearch.Umbraco.Core&version=1.2.6.3

// Install Moriyama.AzureSearch.Umbraco.Core as a Cake Tool
#tool nuget:?package=Moriyama.AzureSearch.Umbraco.Core&version=1.2.6.3

UmbracoAzureSearch allows you to completely replace Examine from your Umbraco website and replace it with Azure Search.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Moriyama.AzureSearch.Umbraco.Core:

Package Downloads
Moriyama.AzureSearch.Umbraco.UI

UmbracoAzureSearch allows you to completely replace Examine from your Umbraco website and replace it with Azure Search.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.8.1 9,245 1/24/2019
1.3.8 1,100 12/27/2018
1.3.7 2,383 11/20/2018
1.3.6 1,142 11/7/2018
1.3.3 1,308 10/11/2018
1.3.2 903 10/5/2018
1.3.1 1,077 9/28/2018
1.3.0 885 9/14/2018
1.2.9 868 9/14/2018
1.2.8.1 813 9/3/2018
1.2.8 789 8/28/2018
1.2.7 985 8/10/2018
1.2.6.3 1,082 6/22/2018
1.2.5 1,715 12/19/2017
1.2.4 1,295 9/11/2017
1.2.3 1,099 9/6/2017

Query and client objects have been decoupled, so same client instance can be used multiple times to run different queries.
     Added 2 app settings to make AzureSearchContext start up more flexible
     Breaking changes:
     - IAzureSearchClient has been refactoring and all query stuff have been migrated in IAzureSearchQuery
     - UmbracoHelper extension method "SearchContent" does not exist any more; each call needs to be replaced with combination of new extensions methods "Query" and "Results".