Skip to content

Commit

Permalink
add CQL info to record providers
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Dec 19, 2023
1 parent 914d46c commit ea85edd
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/source/data-publishing/ogcapi-records.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ pygeoapi core record providers are listed below, along with a matrix of supporte
parameters.

.. csv-table::
:header: Provider, properties (filters), resulttype, q, bbox, datetime, sortby, properties (display), transactions
:header: Provider, properties (filters), resulttype, q, bbox, datetime, sortby, properties (display), CQL, transactions
:align: left

`ElasticsearchCatalogue`_,✅,results/hits,✅,✅,✅,✅,
`TinyDBCatalogue`_,✅,results/hits,✅,✅,✅,✅,✅
`CSWFacade`_,✅,results/hits,✅,✅,✅,❌,❌
`ElasticsearchCatalogue`_,✅,results/hits,✅,✅,✅,✅,✅,✅
`TinyDBCatalogue`_,✅,results/hits,✅,✅,✅,✅,❌,
`CSWFacade`_,✅,results/hits,✅,✅,✅,❌,❌,❌


Below are specific connection examples based on supported providers.
Expand Down Expand Up @@ -51,6 +51,11 @@ To publish an Elasticsearch index, the following are required in your index:
id_field: identifier
time_field: datetimefield
The ES provider also has the support for the CQL queries as indicated in the table above.

.. seealso::
:ref:`cql` for more details on how to use Common Query Language (CQL) to filter the collection with specific queries.

TinyDBCatalogue
^^^^^^^^^^^^^^^

Expand Down

0 comments on commit ea85edd

Please sign in to comment.