Example 15238
Search Config
Search engine index configuration.
{
engine: "algolia"
connection: {
host: "search.internal:9200"
api_key: "8k6C9tzQUsONUqltEY47OspvtuMcl8LF"
timeout: 6668
}
# Index settings
index: {
name: "rim"
primary_key: "id"
searchable: [
"title"
"description"
"content"
]
filterable: [
"category"
"status"
"date"
]
sortable: [
"date"
"relevance"
]
}
synonyms: {
js: [
"javascript"
"ecmascript"
]
ts: [
"typescript"
]
}
}