dwhieb / Nisinoon

Website for the Algonquian Components Project (Nisinoon)
https://nisinoon.net
MIT License
1 stars 0 forks source link

Download search results #131

Closed dwhieb closed 4 months ago

dwhieb commented 5 months ago

The user should be able to download search results in CSV or JSON format.

Fetch the data on the client side, using the Accept header, and then initiate the file download. This might be the better approach using a new querystring parameter, because this conforms to the expected use of the Accept header.

To Do