From 2e1a77caba574c1a2913fce4371f8b0836c9c993 Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Thu, 13 Feb 2025 09:39:28 +0100 Subject: [PATCH] Explain AUTHORITY_EXTENDED env var in README Copy documentation from https://folio-org.atlassian.net/wiki/spaces/REL/pages/105710394/Ramsons+R2+2024+Notes+on+functionality to README --- README.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/README.MD b/README.MD index 759c4bed7..3457cf28f 100644 --- a/README.MD +++ b/README.MD @@ -142,6 +142,7 @@ Default value for all partitions is 1 Default value for `AUTHORITY_EXTENDED` is `false`. The mapping itself is implemented in [data-import-processing-core](https://github.com/folio-org/data-import-processing-core). +If `AUTHORITY_EXTENDED`=true then data import process and quickmarc edit start to use extended version of authority record mapping which can produce additional elements `saftBroaderTerm`, `saftNarrowerTerm`, `saftEarlierHeading`, `saftLaterHeading`, `saftPersonalNameTrunc`, `saftPersonalNameTitleTrunc`, `saftGenreTermTrunc`, `saftGeographicNameTrunc`, `saftCorporateNameTrunc`, `saftCorporateNameTitleTrunc`, `saftMeetingNameTrunc`, `saftMeetingNameTitleTrunc`, `saftUniformTitleTrunc`, `saftTopicalTermTrunc` in json for mapped records and kafka messages, module mod-entitied-links starts to convert extended `AuthorityDto` to db entity and adds `"relationshipType"` and truncated versions of saft headings to the entry in `"authority"` and `"authority_archive"` tables in `"saft_headings"` column. # Making Requests