Example 1540

Search Config

Search engine index configuration.

{
engine: "elasticsearch"
connection: {
host: "localhost:7700"
api_key: "4ydKh3BGEENejNs5Sv7LeZkJMCYMB541"
timeout: 4954
}

# Index settings
index: {
name: "shadowbox"
primary_key: "id"
searchable: [
"title"
"description"
"content"
]
filterable: [
"category"
"status"
"date"
]
sortable: [
"date"
"relevance"
]
}

synonyms: {
js: [
"javascript"
"ecmascript"
]
ts: [
"typescript"
]
}
}

See also