changes_in_period
Aggregate version changes across the Luxembourg law corpus between two dates: shows which works gained new versions, how many, and when. Use to answer what changed in a period.
Instructions
ACROSS the corpus: which works gained new versions between two dates, how many each, and when — the aggregate counterpart of diff/timeline (which cover ONE work). Use for "what changed between 2025 and 2026", "which laws changed most during the pandemic", "what moved last month". order=by_churn ranks by number of new versions; by_date (default) lists most recently changed first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | default 20 | |
| order | No | by_date (default) or by_churn | |
| offset | No | skip this many, for paging | |
| to_date | Yes | ISO date, end of window (inclusive) | |
| from_date | Yes | ISO date, start of window (inclusive) | |
| publisher | No | optional publisher id | |
| document_type | No | optional type code(s), comma-separated; prefix with ! to exclude, e.g. !RECUEIL,!CODE_RECUEIL for instruments only |