Handle unmapped source catalog values

This commit is contained in:
2026-09-15 00:54:09 +03:00
parent bb5edf3ae2
commit b6ad392ab7
10 changed files with 25 additions and 13 deletions

View File

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