search_legislation
Search Danish statutes and regulations by keyword with support for boolean operators, phrase search, and prefix matching. Returns provisions with snippets and relevance scores.
Instructions
Search Danish statutes and regulations by keyword.
Searches provision text using FTS5 with BM25 ranking. Supports boolean operators (AND, OR, NOT), phrase search ("exact phrase"), and prefix matching (term*).
Returns matched provisions with snippets, relevance scores, and document metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query in Danish or English. Supports FTS5 syntax. | |
| document_id | No | Filter to a specific statute by document ID (e.g., "2018:218") | |
| status | No | Filter by document status | |
| as_of_date | No | Optional historical date filter (YYYY-MM-DD). Returns versions valid on that date. | |
| limit | No | Maximum results (default: 10, max: 50) |