feat: persist search review drafts

This commit is contained in:
2026-08-28 07:29:58 +03:00
parent 808ac6c792
commit 711c9e525e
8 changed files with 24 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ from typing import Iterator
from search.catalog import authority_codes, source_code
APP_VERSION = "0.8.0"
APP_VERSION = "0.8.1"
LANGUAGES = {"ru", "ky"}
DEFAULT_MAPPING = Path(__file__).with_name("minjust-fragments-index.json")