Open datadavev opened 5 years ago
https://github.com/DataONEorg/metrics-service/blob/caeae83b60f2a90bcae093b1c618f0d904f44a29/src/d1_metrics/d1_metrics/metricsdatabase.py#L476
The query can be expanded to search both the id and seriesId fields using a regex type query to find DOIs such as:
id
seriesId
id:/.*doi.*{1,5}10\.[0-9]{4,6}.*/ OR seriesId:/.*doi.*{1,5}10\.[0-9]{4,6}.*/
https://github.com/DataONEorg/metrics-service/blob/caeae83b60f2a90bcae093b1c618f0d904f44a29/src/d1_metrics/d1_metrics/metricsdatabase.py#L476
The query can be expanded to search both the
id
andseriesId
fields using a regex type query to find DOIs such as: