Features - Result Type
speccustomimplproposalAdds a query parameter to return only the number of features matched by a request.
Scope
Query Parameters
| Name | Resources | Description | 
|---|---|---|
| result-type | Features | This parameter is only enabled for SQL feature providers with  computeNumberMatchedenabled. One ofhitsanditems.itemsreturns the features,hitsreturns no features, but only the information about the number features matched by the request. For feature formats that do not support returning the number of matched features,hitswill be rejected.hitsOnlyis a deprecated alias forhits. | 
Configuration
Options
| Name | Default | Description | Type | Since | 
|---|---|---|---|---|
| buildingBlock | Always  RESULT_TYPE. | string | v2.0 | |
| enabled | false | Enable the building block? | boolean | v2.0 | 
Examples
- buildingBlock: RESULT_TYPE
  enabled: true