Overview
The search resource lets you query articles, recitals, and annexes across all 19 EU frameworks simultaneously. Optionally filter by framework or result type.Methods
query()
| Parameter | Type | Description |
|---|---|---|
q | String | Search query |
framework | String? | Filter by framework slug (e.g. gdpr) |
resultType | String? | Filter by type: article, recital, annex |
page | int? | Page number |
perPage | int? | Items per page |
iter()
Model
SearchResult
| Field | Type | Description |
|---|---|---|
id | int | Internal ID |
frameworkSlug | String | Source framework |
type | String | article, recital, or annex |
number | String | Item number |
title | String? | Item title |
matchContext | String? | Surrounding matched text snippet |
