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