Example 12833
Search Config
Search engine index configuration.
{
engine: "algolia"
connection: {
host: "localhost:7700"
api_key: "8a2VoJR3oZKQGzZOipuRXqMIzKTZ5kKS"
timeout: 9817
}
# Index settings
index: {
name: "breastplate"
primary_key: "id"
searchable: [
"title"
"description"
"content"
]
filterable: [
"category"
"status"
"date"
]
sortable: [
"date"
"relevance"
]
}
synonyms: {
js: [
"javascript"
"ecmascript"
]
ts: [
"typescript"
]
}
}