Update default onlyResults parameter to False

The `onlyResults` parameter was changed from `True` to `False` in the API request configuration. This ensures more comprehensive data retrieval by including additional metadata in the API response.
This commit is contained in:
ThomasTaroni 2025-06-21 19:31:05 +02:00
parent bf695bef09
commit a36990856c

View file

@ -88,7 +88,7 @@ async def smd_research(search_query: str = "Bundesrat", date_from: str = "2024-0
"pageSize": 10,
"currentPage": 1
},
"onlyResults": True
"onlyResults": False
}
url = "https://api.swissdox.ch/api/documents/search"