Example 9029
Search Config
Search engine index configuration.
{
engine: "meilisearch"
connection: {
host: "localhost:9200"
api_key: "zF7GWSBTs4qr1eIXFpR8ZCLjIdNGf2Jj"
timeout: 2785
}
# Index settings
index: {
name: "clamp"
primary_key: "id"
searchable: [
"title"
"description"
"content"
]
filterable: [
"category"
"status"
"date"
]
sortable: [
"date"
"relevance"
]
}
synonyms: {
js: [
"javascript"
"ecmascript"
]
ts: [
"typescript"
]
}
}