From b23d1b2050aef9043b2e428148012f96a7e34d99 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Sat, 28 Feb 2026 17:51:42 +0000 Subject: [PATCH] Move date restriction rule from analysis results to source data table --- doc/src/analyzed/sightings.m4 | 5 ----- doc/src/tables/non_brec_sighting_sources.m4 | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/analyzed/sightings.m4 b/doc/src/analyzed/sightings.m4 index bd61102..48623c6 100644 --- a/doc/src/analyzed/sightings.m4 +++ b/doc/src/analyzed/sightings.m4 @@ -72,11 +72,6 @@ In other words, |NON_BREC_SIGHTING_SOURCES| only determines the |SIGHTINGS.Source| value when no other tables in the database indicate a sighting occurred. -The |SIGHTINGS.Date| must be during a period when the sighted individual -was under study, on or after the individual's |BIOGRAPHY_DATA|.\ -|BIOGRAPHY_DATA.EntryDate| and on or before the individual's -|BIOGRAPHY_DATA|.\ |BIOGRAPHY_DATA.DepartDate|. - .. contents:: :depth: 2 diff --git a/doc/src/tables/non_brec_sighting_sources.m4 b/doc/src/tables/non_brec_sighting_sources.m4 index 6bfb6e8..36f28c1 100644 --- a/doc/src/tables/non_brec_sighting_sources.m4 +++ b/doc/src/tables/non_brec_sighting_sources.m4 @@ -33,6 +33,11 @@ NON_BREC_SIGHTING_SOURCES |NON_BREC_SIGHTING_SOURCES_summary| +The |NON_BREC_SIGHTING_SOURCES.Date| must be during a period when the +sighted individual was under study, on or after the individual's +|BIOGRAPHY_DATA|.\ |BIOGRAPHY_DATA.EntryDate| and on or before the +individual's |BIOGRAPHY_DATA|.\ |BIOGRAPHY_DATA.DepartDate|. + .. contents:: :depth: 2 -- 2.34.1