Moriyama.AzureSearch.Umbraco.Core
1.2.6.3
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
<PackageReference Include="Moriyama.AzureSearch.Umbraco.Core" Version="1.2.6.3" />
paket add Moriyama.AzureSearch.Umbraco.Core --version 1.2.6.3
#r "nuget: Moriyama.AzureSearch.Umbraco.Core, 1.2.6.3"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Microsoft.Azure.Search (>= 1.1.2)
- UmbracoCms.Core (>= 7.6.0)
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,560 | 1/24/2019 |
1.3.8 | 1,159 | 12/27/2018 |
1.3.7 | 2,446 | 11/20/2018 |
1.3.6 | 1,195 | 11/7/2018 |
1.3.3 | 1,352 | 10/11/2018 |
1.3.2 | 928 | 10/5/2018 |
1.3.1 | 1,141 | 9/28/2018 |
1.3.0 | 925 | 9/14/2018 |
1.2.9 | 915 | 9/14/2018 |
1.2.8.1 | 844 | 9/3/2018 |
1.2.8 | 826 | 8/28/2018 |
1.2.7 | 1,031 | 8/10/2018 |
1.2.6.3 | 1,098 | 6/22/2018 |
1.2.5 | 1,733 | 12/19/2017 |
1.2.4 | 1,329 | 9/11/2017 |
1.2.3 | 1,139 | 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".