refactor(search): use typed OpenSearch SDK request body
Some checks failed
CI / check (push) Failing after 1m0s

Pull in @opensearch-project/opensearch only for its
Search_RequestBody type so the inline search body is
type-checked. Also drops the unsupported
highlight.content.boundary_scanner_locale option.
This commit is contained in:
Julien Calixte
2026-06-07 12:04:43 +02:00
parent 4ff3ea6644
commit 7875d24d48
3 changed files with 42 additions and 7 deletions

View File

@@ -18,6 +18,7 @@
"imports": {
"@db/sqlite": "jsr:@db/sqlite@^0.13.0",
"@oak/oak": "jsr:@oak/oak@^17.2.0",
"@opensearch-project/opensearch": "npm:@opensearch-project/opensearch@^3.6.0",
"@skyware/jetstream": "npm:@skyware/jetstream@^0.2.5",
"@std/assert": "jsr:@std/assert@1"
}