search: highlight + snippet generation + 12 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 26s

highlight marks query-matching (normalized) tokens with [..]; snippet extracts a
context window around the first match. 178/178.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 22:08:00 +00:00
parent 5945b51cfd
commit 7231cb651f
7 changed files with 93 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
{
"lang": "search",
"total_passed": 166,
"total_passed": 178,
"total_failed": 0,
"total": 166,
"total": 178,
"suites": [
{"name":"index","passed":18,"failed":0,"total":18},
{"name":"boolean","passed":28,"failed":0,"total":28},
@@ -11,7 +11,8 @@
{"name":"integration","passed":21,"failed":0,"total":21},
{"name":"prefix","passed":14,"failed":0,"total":14},
{"name":"page","passed":12,"failed":0,"total":12},
{"name":"fuzzy","passed":18,"failed":0,"total":18}
{"name":"fuzzy","passed":18,"failed":0,"total":18},
{"name":"highlight","passed":12,"failed":0,"total":12}
],
"generated": "2026-06-06T21:47:28+00:00"
"generated": "2026-06-06T22:07:05+00:00"
}