changes_in_period
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 | |
| domain | No | legacy domain filter; current v4 indexes leave it empty | |
| offset | No | skip this many, for paging | |
| to_date | Yes | ISO date, end of window (inclusive) | |
| act_form | No | optional legal act form | |
| language | No | optional language code | |
| from_date | Yes | ISO date, start of window (inclusive) | |
| hierarchy | No | optional normalized legal hierarchy | |
| publisher | No | optional publisher id | |
| jurisdiction | No | optional jurisdiction code from index metadata, e.g. LU or EU | |
| source_class | No | optional source document class; alias of document_type | |
| document_type | No | optional source document class(es), comma-separated; prefix with ! to exclude, e.g. !RECUEIL,!CODE_RECUEIL for instruments only | |
| binding_status | No | optional binding status |