Example 6437

Search Config

Search engine index configuration.

{
engine: "typesense"
connection: {
host: "localhost:9200"
api_key: "Rx3DyTebLIFazLVqX5mGfzIRFY7qqsG3"
timeout: 1113
}

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

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

See also