![]() |
VOOZH | about |
dotnet add package Delaware.Kentico.Xperience.Typesense.Admin --version 1.0.30-beta-7
NuGet\Install-Package Delaware.Kentico.Xperience.Typesense.Admin -Version 1.0.30-beta-7
<PackageReference Include="Delaware.Kentico.Xperience.Typesense.Admin" Version="1.0.30-beta-7" />
<PackageVersion Include="Delaware.Kentico.Xperience.Typesense.Admin" Version="1.0.30-beta-7" />Directory.Packages.props
<PackageReference Include="Delaware.Kentico.Xperience.Typesense.Admin" />Project file
paket add Delaware.Kentico.Xperience.Typesense.Admin --version 1.0.30-beta-7
#r "nuget: Delaware.Kentico.Xperience.Typesense.Admin, 1.0.30-beta-7"
#:package Delaware.Kentico.Xperience.Typesense.Admin@1.0.30-beta-7
#addin nuget:?package=Delaware.Kentico.Xperience.Typesense.Admin&version=1.0.30-beta-7&prereleaseInstall as a Cake Addin
#tool nuget:?package=Delaware.Kentico.Xperience.Typesense.Admin&version=1.0.30-beta-7&prereleaseInstall as a Cake Tool
This integration enables you to create Typesense search collections to collection content of pages (content types with the 'Page' feature enabled) from the Xperience content tree using a code-first approach. To provide a search interface for the collectioned content, developers can use the .NET API, JavaScript API, or the InstantSearch.js library.
Be aware that this integration has been developed by delaware consulting and is not an official Kentico product.
| Xperience Version | Library Version |
|---|---|
| >= 29.0.0 | >= 4.1.0 |
| 28.x | >= 3.x |
| >= 26.2.0, < 27.0.0 | 2.x |
Add the package to your application using the .NET CLI
dotnet add package Kentico.Xperience.Typesense
Add configuration from your Typesense account to the ASP.NET Core appsettings.json file:
"CMSTypesenseSearch": {
"ApiKey": "<your collectioning API key>",
"Node": {
"Host": "<your typesense host (localhost)>",
"Port": <your typesense port (8108)>,
"Protocol": "<your typesense protocol (http)>"
}
},
Define a custom DefaultTypesenseCollectionStrategy implementation to customize how content pages/content items are processed for the collection. See
Add this library to the application services, registering your custom DefaultTypesenseCollectionStrategy and Typesense services
// Program.cs
services.AddKenticoTypesense(configuration);
services.RegisterStrategy<GlobalTypesenseCollectionStrategy>("DefaultStrategy");
Create an collection in Xperience's Administration within the Search application added by this library.
Rebuild the collection in Xperience's Administration within the Search application added by this library.
Display the results on your site with a Razor View 👍 .
View the for more detailed instructions.
To see the guidelines for Contributing to Kentico open source software, please see Kentico's CONTRIBUTING.md for more information and follow the Kentico's CODE_OF_CONDUCT.
Instructions and technical details for contributing to this project can be found in .
Distributed under the MIT License. See for more information.
We didn't provide support for this project, but you can submit an issue or a pull request. The feedbacks are welcome.
git commit -am "v1.0.25-beta-1"git push origingit tag v1.0.25-beta-1git push origin --tags| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.30-beta-7 | 428 | 12/17/2025 |
| 1.0.30-beta-6 | 263 | 12/15/2025 |
| 1.0.30-beta-5 | 230 | 12/15/2025 |
| 1.0.30-beta-4 | 218 | 12/15/2025 |
| 1.0.30-beta-3 | 214 | 12/15/2025 |
| 1.0.30-beta-2 | 233 | 12/15/2025 |
| 1.0.30-beta-1 | 431 | 12/10/2025 |
| 1.0.27-beta-1 | 234 | 10/1/2025 |
| 1.0.26-beta-1 | 237 | 8/11/2025 |
| 1.0.25-beta-9 | 264 | 8/6/2025 |
| 1.0.25-beta-8 | 258 | 7/8/2025 |
| 1.0.25-beta-7 | 173 | 7/8/2025 |
| 1.0.25-beta-6 | 182 | 7/8/2025 |
| 1.0.25-beta-5 | 180 | 7/8/2025 |
| 1.0.25-beta-4 | 239 | 6/27/2025 |
| 1.0.25-beta-10 | 259 | 8/6/2025 |
| 1.0.25-beta-1 | 181 | 6/25/2025 |
| 1.0.23-beta-8 | 318 | 6/13/2025 |
| 1.0.23-beta-6 | 278 | 6/13/2025 |
| 1.0.23-beta-10 | 251 | 6/16/2025 |