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