Appearance
931 - Search Config
Search engine index configuration. This is an example of a MAML document.
maml
{
engine: "typesense"
connection: {
host: "localhost:8108"
api_key: "I3RUJzExVGBOsdOOsx7e4wglkmTTjUcP"
timeout: 5512
}
# Index settings
index: {
name: "importance"
primary_key: "id"
searchable: [
"title"
"description"
"content"
]
filterable: [
"category"
"status"
"date"
]
sortable: [
"date"
"relevance"
]
}
synonyms: {
js: [
"javascript"
"ecmascript"
]
ts: [
"typescript"
]
}
}