NeotomaDB / api_nodetest

node.js and express implementation for the Neotoma API
MIT License
2 stars 0 forks source link

enable multiple ds and site searches #94

Closed jknelsonPSU closed 3 years ago

jknelsonPSU commented 3 years ago

This PR makes necessary changes to the v1.5 api to enable explorer URL search for one or multiple datasets or sites.

Datasets ex.: https://apps.neotomadb.org/explorer/?datasetids=1234 or https://apps.neotomadb.org/explorer/?datasetids=1234,3456,234

Sites ex.: https://apps.neotomadb.org/explorer/?siteids=12 or https://apps.neotomadb.org/explorer/?siteids=12,123,45