Example 7236

Search Config

Search engine index configuration.

{
engine: "elasticsearch"
connection: {
host: "localhost:9200"
api_key: "F7Z26m0SiBTzvb9Oir3kVFP89d1X6O7G"
timeout: 9714
}

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

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

See also