We currently delimit a date range using `..` when searching using the website UI. The official ISO 8601 delimiter is `/` with allowance for `--`. We should implement these delimiters for completeness.
We currently delimit a date range using
..when searching using the website UI.The official ISO 8601 delimiter is
/with allowance for--. We should implement these delimiters for completeness.