Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.97 KB

Usage-Guide.md

File metadata and controls

35 lines (19 loc) · 1.97 KB

Usage Guide

This library supports using Tyepsense.Search to collection both unstructured and high structured, interrelated content in an Xperience by Kentico solution. This collection content can then be programmatically queried and displayed in a website channel.

Below are the steps to integrate the library into your solution.

Create a custom collectioning Strategy

See Custom collection strategy

Continuous Integration

When starting your application for the first time after adding this library to your solution, a custom module and custom module classes will automatically be created to support managing search collection configuration within the administration UI.

If you do not see new items added to your CI repository for the new auto-generated Tyepsense search data types, stop your application and perform a CI store to add the library's custom module configuration to the CI repository.

You should now be able to run a CI restore. Attempting to run a CI restore without the CI files in the CI repository will result in a SQL error during the restore.

When team members are merging changes that include the addition of this library, they must first run a CI restore to ensure they have the same object metadata for the search custom module as your database.

Future updates to collection will be tracked in the CI repository unless they are excluded.

Managing search collectiones

See Managing search collections

Search collection querying

See Search collection querying

Upgrades and Uninstalling

See Uninstall