Example 10922
Search Config
Search engine index configuration.
{
engine: "typesense"
connection: {
host: "localhost:9200"
api_key: "3xEHerOr1t7A9FJ6EmvD2C0gGRXi6fCr"
timeout: 4376
}
# Index settings
index: {
name: "thorn"
primary_key: "id"
searchable: [
"title"
"description"
"content"
]
filterable: [
"category"
"status"
"date"
]
sortable: [
"date"
"relevance"
]
}
synonyms: {
js: [
"javascript"
"ecmascript"
]
ts: [
"typescript"
]
}
}