From 9785c9afeb26aa98f2e531538465b375a29fc4ac Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Sun, 21 Feb 2021 19:45:22 -0500 Subject: [PATCH] update docs --- docs/source/data-publishing/ogcapi-records.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/data-publishing/ogcapi-records.rst b/docs/source/data-publishing/ogcapi-records.rst index 7b6f788..385998a 100644 --- a/docs/source/data-publishing/ogcapi-records.rst +++ b/docs/source/data-publishing/ogcapi-records.rst @@ -89,7 +89,7 @@ Metadata search examples - query records (temporal) - http://localhost:5000/collections/my-metadata/items?datetime=2020-04-10T14:11:00Z - query features (temporal) and sort ascending by a property (if no +/- indicated, + is assumed) - - http://localhost:5000/collections/my-metadata/items?datetime=2020-04-10T14:11:00Z&sortby=+datetime + - http://localhost:5000/collections/my-metadata/items?datetime=2020-04-10T14:11:00Z&sortby=datetime - query features (temporal) and sort descending by a property - http://localhost:5000/collections/my-metadata/items?datetime=2020-04-10T14:11:00Z&sortby=-datetime - fetch a specific record