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