Skip to content

Commit

Permalink
clarify OpenSearch documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored and kalxas committed Jan 8, 2025
1 parent c0467d1 commit 18f2a1b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/opensearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ This will return the Description document which can then be `autodiscovered <htt
OpenSearch Temporal Queries
---------------------------

By default, pycsw's OpenSearch temporal support will query the Dublin Core ``dc:date`` property. To
enable temporal extent search, set ``profiles=apiso`` which will query the temporal extents of
a metadata record (``apiso:TempExtent_begin`` and ``apiso:TempExtent_end``).
By default, pycsw's OpenSearch temporal support will query the Dublin Core ``dc:date`` property as
a time instant/single point in time. To enable temporal extent search, set ``profiles=apiso`` which
will query the temporal extents of a metadata record (``apiso:TempExtent_begin`` and ``apiso:TempExtent_end``).

At the HTTP API level, time is supported via one of ``time=t1/t2`` or ``start=t1&stop=t2``. If the
``time`` parameter is present, it will override either/both of the ``start`` and ``stop`` parameters
respectively.
At the HTTP API level, time is supported via either ``time=t1/t2`` or ``start=t1&stop=t2``. If the
``time`` parameter is present, it will override the ``start`` and ``stop`` parameters respectively.

.. _`OGC OpenSearch Extension for Earth Observation`: http://docs.opengeospatial.org/is/13-026r9/13-026r9.html
.. _`OGC OpenSearch Geo and Time Extensions 1.0`: http://www.opengeospatial.org/standards/opensearchgeo

0 comments on commit 18f2a1b

Please sign in to comment.