Resolve "Get dataset parameter by instrument and dates"
Closes #587 (closed)
This issue adds two new functionalities:
- We can get datasetParameters by instrumentName + startDate + endDate
http://localhost:8000/catalogue/7d0e46a5-695e-4ed5-a949-ad6ae97a64c8/datasetparameter?instrumentName=BM05&startDate=2024-05-01&endDate=2024-05-17&name=TOMO_pixelSize
- Add
unique
query params [true, false] which makes the function to return only distinct values
http://localhost:8000/catalogue/7d0e46a5-695e-4ed5-a949-ad6ae97a64c8/datasetparameter?instrumentName=BM05&startDate=2024-05-01&endDate=2024-05-17&name=TOMO_pixelSize&unique=true
@gaonach I wonder if the second can be useful for filtering the summary page
Edited by Alejandro De Maria Antolinos