22 Commits

Author SHA1 Message Date
a1b4787930 feat(search): add legal force catalog and taxonomy draft 2026-09-14 10:25:38 +03:00
e18d477852 docs: align relevance review with internal search 2026-09-12 08:49:38 +03:00
470745fce3 docs: record project status and next steps 2026-09-06 23:37:40 +03:00
e9da5a6ccc docs: plan search review interface 2026-08-26 23:27:14 +03:00
f3f564ab08 docs: add legal review guide 2026-08-26 01:03:34 +03:00
eafc06f0bc docs: add language-specific legal review workbooks 2026-08-26 00:28:34 +03:00
028062bd14 docs: add legal relevance review form 2026-08-25 13:35:41 +03:00
bc3951449a docs: align backend version 2026-08-25 07:35:13 +03:00
73ff287b20 feat: add search API contract 2026-08-21 06:12:47 +03:00
61681cde73 fix: validate search alias checkpoints 2026-08-21 00:18:28 +03:00
601c7f085f feat: switch search index alias atomically 2026-08-21 00:11:57 +03:00
0f6f12e0e9 docs: add frontend design readiness plan 2026-08-20 23:23:19 +03:00
dc5399de0a fix: rank company registration queries 2026-08-20 15:04:55 +03:00
d701f714e1 fix: improve search relevance ranking 2026-08-18 08:51:22 +03:00
424cc16497 feat: add search relevance baseline 2026-08-14 23:37:52 +03:00
3a4450fcfe feat: add resumable local OpenSearch loading 2026-08-14 18:32:23 +03:00
ac5ed95f3a feat: prepare OpenSearch fragment index 2026-08-13 00:39:37 +03:00
752bd38c9b fix: harden document normalization
Reject overlapping source and destination roots before any write so normalization cannot replace the raw Ministry archive.

Recover an interrupted directory publication before resume checks and require the normalized target to exist before skipping a manifest success.

Treat malformed link and image URLs as unsafe attributes, add regressions for all review findings, and bump the backend version to 0.2.2.
2026-08-12 09:49:40 +03:00
07381ad70f feat: normalize Ministry of Justice documents
Add a resumable standard-library normalization pipeline for the downloaded CBD archive. It produces canonical bilingual metadata, sanitized HTML, plain text, deterministic fragments, checksums, quality markers, and an SQLite processing manifest while preserving the raw source.

Recover document-list pagination when the Ministry API exhausts request retries, and cover that scenario with a regression test.

Document the normalization workflow and frontend-search MVP plan, include the source functional specification, ignore local runtime logs, and bump the backend version to 0.2.1.
2026-08-12 08:32:12 +03:00
efa55fe74b fix: recover expired Ministry document lists 2026-08-06 23:48:26 +03:00
0eedcfcfbd feat: add Ministry of Justice document sync 2026-08-06 08:25:14 +03:00
b8b9ec75b3 refactor: organize repository around legal platform 2026-08-03 01:33:06 +03:00