@@ -16,30 +16,36 @@ parameters.
1616
1717
1818.. csv-table ::
19- :header: Provider, property filters/display, resulttype, bbox, datetime, sortby, skipGeometry, domains, CQL, transactions, crs
19+ :header: Provider, property filters/display, resulttype hits/count , bbox, datetime, sortby, skipGeometry, domains, CQL, transactions, crs
2020 :align: left
2121
22- `CSV `_,✅/✅,results/hits ,✅,❌,❌,✅,❌,❌,❌,✅
23- `Elasticsearch `_,✅/✅,results/hits ,✅,✅,✅,✅,✅,✅,✅,✅
24- `ERDDAP Tabledap Service `_,❌/❌,results/hits ,✅,✅,❌,❌,❌,❌,❌,✅
25- `ESRI Feature Service `_,✅/✅,results/hits ,✅,✅,✅,✅,❌,❌,❌,✅
26- `GeoJSON `_,✅/✅,results/hits ,✅,❌,❌,✅,❌,❌,❌,✅
27- `MongoDB `_,✅/❌,results ,✅,✅,✅,✅,❌,❌,❌,✅
28- `MySQL `_,✅/✅,results/hits ,✅,✅,✅,✅,❌,✅,✅,✅
29- `OGR `_,✅/❌,results/hits ,✅,❌,❌,✅,❌,❌,❌,✅
30- `OpenSearch `_,✅/✅,results/hits ,✅,✅,✅,✅,❌,✅,✅,✅
31- `Oracle `_,✅/✅,results/hits ,✅,❌,✅,✅,❌,❌,❌,✅
32- `Parquet `_,✅/✅,results/hits ,✅,✅,❌,✅,❌,❌,❌,✅
33- `PostgreSQL `_,✅/✅,results/hits ,✅,✅,✅,✅,❌,✅,✅,✅
34- `SQLiteGPKG `_,✅/❌,results/hits ,✅,❌,❌,✅,❌,❌,❌,✅
35- `SensorThings API `_,✅/✅,results/hits ,✅,✅,✅,✅,❌,❌,✅,✅
36- `Socrata `_,✅/✅,results/hits ,✅,✅,✅,✅,❌,❌,❌,✅
37- `TinyDB `_,✅/✅,results/hits ,✅,✅,✅,✅,✅,❌,✅,✅
22+ `CSV `_,✅/✅,✅/✅ ,✅,❌,❌,✅,❌,❌,❌,✅
23+ `Elasticsearch `_,✅/✅,✅/❌ ,✅,✅,✅,✅,✅,✅,✅,✅
24+ `ERDDAP Tabledap Service `_,❌/❌,❌/❌ ,✅,✅,❌,❌,❌,❌,❌,✅
25+ `ESRI Feature Service `_,✅/✅,✅/✅ ,✅,✅,✅,✅,❌,❌,❌,✅
26+ `GeoJSON `_,✅/✅,✅/✅ ,✅,❌,❌,✅,❌,❌,❌,✅
27+ `MongoDB `_,✅/❌,✅/✅ ,✅,✅,✅,✅,❌,❌,❌,✅
28+ `MySQL `_,✅/✅,✅/✅ ,✅,✅,✅,✅,❌,✅,✅,✅
29+ `OGR `_,✅/❌,✅/❌ ,✅,❌,❌,✅,❌,❌,❌,✅
30+ `OpenSearch `_,✅/✅,✅/❌ ,✅,✅,✅,✅,❌,✅,✅,✅
31+ `Oracle `_,✅/✅,✅/✅ ,✅,❌,✅,✅,❌,❌,❌,✅
32+ `Parquet `_,✅/✅,✅/❌ ,✅,✅,❌,✅,❌,❌,❌,✅
33+ `PostgreSQL `_,✅/✅,✅/✅ ,✅,✅,✅,✅,❌,✅,✅,✅
34+ `SQLiteGPKG `_,✅/❌,✅/✅ ,✅,❌,❌,✅,❌,❌,❌,✅
35+ `SensorThings API `_,✅/✅,✅/❌ ,✅,✅,✅,✅,❌,❌,✅,✅
36+ `Socrata `_,✅/✅,✅/✅ ,✅,✅,✅,✅,❌,❌,❌,✅
37+ `TinyDB `_,✅/✅,✅/✅ ,✅,✅,✅,✅,✅,❌,✅,✅
3838
3939.. note ::
4040 For more information on CRS transformations, see :ref: `crs `.
4141
4242
43+ .. note ::
44+ Providers that support the query parameter ``resulttype=hits `` will also
45+ include ``numberMatched `` in the default ``resulttype=results `` response.
46+ Providers that support the configuration option ``count: false `` will
47+ not include the ``numberMatched `` property in the ``results `` response.
48+
4349Connection examples
4450-------------------
4551
0 commit comments