Example 8721
Search Config
Search engine index configuration.
{
engine: "meilisearch"
connection: {
host: "localhost:8108"
api_key: "3vGDipb80LFUJNl9MsjRx3lhV1L1Kcu2"
timeout: 7855
}
# Index settings
index: {
name: "trench"
primary_key: "id"
searchable: [
"title"
"description"
"content"
]
filterable: [
"category"
"status"
"date"
]
sortable: [
"date"
"relevance"
]
}
synonyms: {
js: [
"javascript"
"ecmascript"
]
ts: [
"typescript"
]
}
}