Algolia.Search 7.0.0-alpha.1

This is a prerelease version of Algolia.Search.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Algolia.Search --version 7.0.0-alpha.1
NuGet\Install-Package Algolia.Search -Version 7.0.0-alpha.1
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="Algolia.Search" Version="7.0.0-alpha.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Algolia.Search --version 7.0.0-alpha.1
#r "nuget: Algolia.Search, 7.0.0-alpha.1"
#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 Algolia.Search as a Cake Addin
#addin nuget:?package=Algolia.Search&version=7.0.0-alpha.1&prerelease

// Install Algolia.Search as a Cake Tool
#tool nuget:?package=Algolia.Search&version=7.0.0-alpha.1&prerelease

<p align="center"> <a href="https://www.algolia.com"> <img alt="Algolia for C#" src="https://user-images.githubusercontent.com/22633119/59595424-10d10880-90f6-11e9-9303-823f70b39d6c.png" > </a>

<h4 align="center">The perfect starting point to integrate <a href="https://algolia.com" target="_blank">Algolia</a> within your .NET project</h4>

<p align="center"> <a href="https://www.nuget.org/packages/Algolia.Search/"><img src="https://img.shields.io/nuget/v/Algolia.Search.svg?style=flat-square" alt="Nuget"></img></a> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="Licence"></img></a> </p>

<p align="center"> <a href="https://api-clients-automation.netlify.app/docs/clients/csharp/" target="_blank">Documentation</a> • <a href="https://discourse.algolia.com" target="_blank">Community Forum</a> • <a href="http://stackoverflow.com/questions/tagged/algolia" target="_blank">Stack Overflow</a> • <a href="https://github.com/algolia/algoliasearch-client-csharp/issues" target="_blank">Report a bug</a> • <a href="https://www.algolia.com/doc/api-client/troubleshooting/faq/csharp/" target="_blank">FAQ</a> • <a href="https://www.algolia.com/support" target="_blank">Support</a> </p>

✨ Features

  • Targets .NET Standard: .NET Standard 2.0 or .NET Standard 2.1.
  • For more details about supported .NET implementations, please see .NET Standard official page.
  • Asynchronous and synchronous methods to interact with Algolia's API.
  • Thread-safe clients.
  • No external dependencies.
  • Typed requests and responses.
  • Injectable HTTP client.
  • Retry strategy & Helpers.

Migration note for v7.x

In February 2024, we released v7 of our .NET client. If you are using version 6.x of the client, read the migration guide to version 7.x.

This version has been completely rewritten and is part of the Api Automation initiative, meaning that models and routes are generated from the Algolia APIs specifications.

This version introduces breaking changes. A document has been created to help you migrate from v6 to v7. You can find it here.

Migration note from v5.x to v6.x

In January 2019, we released v6 of our .NET client. If you are using version 5.x of the client, read the migration guide to version 6.x. Version 5.x will no longer be under active development.

💡 Getting Started

Install the library with the .NET CLI:

dotnet add package Algolia.Search

or with the Nuget Package Manager Console:

Install-Package Algolia.Search

Documentation, Guides & API Reference

You will find all you need to get started in our API Client Automation documentation.

For full documentation, visit the Algolia .NET API Client documentation.

ASP.NET

If you're using ASP.NET, checkout the following tutorial.

❓ Troubleshooting

Encountering an issue? Before reaching out to support, we recommend heading to our FAQ where you will find answers for the most common issues and gotchas with the client.

📄 License

Algolia .NET API Client is an open-sourced software licensed under the MIT license.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on Algolia.Search:

Package Downloads
N3O.Umbraco.Search.Algolia

TODO

ProjectToAlgoliaIndexManager

Package Description

uSync.Community.StaticSiteWithSearch.Algolia

An implementation of uSync.Community.StaticSiteWithSearch for the Algolia search appliance

Lizelaser0310.Utilities

Package Description

Kentico.Xperience.Algolia.KX13 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Enables the creation of Algolia search indexes and the indexing of Xperience content tree pages using a code-first approach.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Algolia.Search:

Repository Stars
Squidex/squidex
Headless CMS and Content Managment Hub
masastack/MASA.Blazor
Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
Version Downloads Last updated
7.0.0-beta.1 44 4/23/2024
7.0.0-alpha.9 63 4/16/2024
7.0.0-alpha.8 46 4/9/2024
7.0.0-alpha.7 47 4/3/2024
7.0.0-alpha.6 693 3/25/2024
7.0.0-alpha.5 54 3/19/2024
7.0.0-alpha.4 60 3/13/2024
7.0.0-alpha.3 46 3/5/2024
7.0.0-alpha.2 49 2/29/2024
7.0.0-alpha.1 45 2/27/2024
7.0.0-alpha.0 65 2/20/2024
6.17.0 14,924 2/26/2024
6.16.0 54,481 11/20/2023
6.15.0 69,573 8/8/2023
6.14.0 238,807 11/8/2022
6.13.0 166,633 8/31/2022
6.12.1 357,574 2/14/2022
6.12.0 212,455 11/5/2021
6.11.0 14,599 10/19/2021
6.10.2 11,457 9/23/2021
6.10.1 95,841 6/2/2021
6.10.0 60,043 5/7/2021
6.9.1 119,249 1/28/2021
6.9.0 30,136 12/7/2020
6.8.0 74,461 8/17/2020
6.7.0 24,114 7/21/2020
6.6.0 71,149 4/1/2020
6.5.1 149,693 11/26/2019
6.5.0 2,551 11/6/2019
6.4.1 15,633 10/3/2019
6.4.0 9,631 8/30/2019
6.3.0 1,701 8/22/2019
6.2.0 19,209 6/25/2019
6.1.3 34,474 4/3/2019
6.1.2 7,016 3/14/2019
6.1.1 5,096 2/27/2019
6.1.0 1,286 2/26/2019
6.0.2 3,774 2/13/2019
6.0.1 1,277 2/11/2019
6.0.0 1,992 2/7/2019
5.3.1 28,376 12/18/2018
5.3.0 1,192 12/17/2018
5.2.1 24,436 12/3/2018
5.2.0 40,465 10/10/2018
5.1.0 57,576 6/26/2018
5.0.0 30,376 4/23/2018
4.2.2 41,593 1/31/2018
4.2.1 12,746 12/7/2017
4.2.0 20,273 10/23/2017
4.1.2 17,171 10/2/2017
4.1.1 2,950 9/15/2017
4.0.0 28,245 5/24/2017
3.7.5 21,973 4/24/2017
3.7.4 23,412 3/21/2017
3.7.3 3,001 2/7/2017
3.7.2 1,436 1/30/2017
3.7.1 1,877 1/3/2017
3.7.0 3,820 12/12/2016
3.6.10 8,543 11/17/2016
3.6.9 1,579 10/28/2016
3.6.8 1,250 10/20/2016
3.6.7 1,264 10/19/2016
3.6.6 4,246 9/1/2016
3.6.5 15,820 7/7/2016
3.6.4 1,649 6/23/2016
3.6.3 1,657 6/2/2016
3.6.2 3,746 5/19/2016
3.6.1 2,635 4/14/2016
3.6.0 1,334 4/12/2016
3.5.0 1,316 3/25/2016
3.4.4 1,663 2/11/2016
3.4.3 1,317 2/5/2016
3.4.2 4,845 11/11/2015
3.4.0 1,664 10/16/2015
3.3.3 3,351 10/13/2015
3.3.2 1,285 10/12/2015
3.3.1 1,379 10/9/2015
3.3.0 1,981 9/8/2015
3.2.0 1,461 9/8/2015
3.1.7 1,381 8/31/2015
3.1.6 1,314 8/30/2015
3.1.5 1,350 8/28/2015
3.1.4 2,607 6/30/2015
3.1.3 87,578 6/4/2015
3.1.2 1,313 6/3/2015
3.1.1 1,736 5/4/2015
3.1.0 1,542 4/10/2015
3.0.5 2,221 2/18/2015
3.0.4 3,019 1/21/2015
3.0.3 1,435 1/9/2015
3.0.2 2,187 1/4/2015
3.0.1 1,866 1/3/2015
3.0.0 1,833 1/2/2015
2.4.1 1,588 12/4/2014
2.4.0 1,512 11/30/2014
2.3.3 1,495 11/25/2014
2.3.2 1,505 11/24/2014
2.3.1 1,484 10/23/2014
2.3.0 1,460 10/16/2014
2.2.0 1,721 9/14/2014
2.1.0 1,609 8/21/2014
2.0.0 1,540 8/13/2014
1.16.0 1,606 8/4/2014
1.15.0 1,474 7/24/2014
1.14.0 1,440 7/24/2014
1.13.0 1,481 7/17/2014
1.12.0 1,640 6/10/2014
1.11.0 1,536 5/2/2014
1.10.0 1,753 3/27/2014
1.9.0 1,600 3/3/2014
1.8.0 1,575 1/21/2014
1.7.0 1,463 1/2/2014
1.6.0 1,531 12/6/2013
1.5.0 1,509 11/8/2013
1.4.0 1,480 11/8/2013
1.3.0 1,488 10/19/2013
1.2.0 1,488 9/17/2013
1.1.0 1,561 8/4/2013
1.0.0 1,939 7/11/2013