Configuration
In order to setup the Typesense configuration you need the following:| Setting | Description |
|---|---|
| Typesense Server URL | The Server URL for the Typesense cluster you want to integrate to |
| Typesense API Key | A Typesense Admin API key |
| Enterspeed Environment Client API Key | The API key for an Enterspeed Environment client. This is used to fetch the view that will be inserted into Typesense |
Schema options
On Enterspeed schema level you have the following options:| Option | Required | Description |
|---|---|---|
| collection | Required | The Typesense collection the data should be send to |
| id | Optional | The value that should be used as id in for the Typesense document. If omitted, the Enterspeed view id will be used |
| dirtyValues | Optional | Defines what Typesense should do when the type of a particular field being indexed does not match the Typesense schema. Valid values are: coerce_or_reject (default), coerce_or_drop, drop, rejectRefer to the Typesense documentation for more information |
Example of usage
- JavaScript
- JSON
Content schema with Typesense destination