From 4898704b5af4bd432e7d2920c1e391bab8789025 Mon Sep 17 00:00:00 2001 From: Dave Meyer <7davidmeyer@gmail.com> Date: Sun, 25 May 2025 20:42:09 +0200 Subject: [PATCH] docs: Added missing code span for search API parameter value --- docs/api/Search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/Search.md b/docs/api/Search.md index 1c269168..3c9a7148 100644 --- a/docs/api/Search.md +++ b/docs/api/Search.md @@ -212,7 +212,7 @@ other layers. The featureType allows to have a more fine-grained selection for places from the address layer. Results can be restricted to places that make up the 'state', 'country' or 'city' part of an address. A featureType of -settlement selects any human inhabited feature from 'state' down to +`settlement` selects any human inhabited feature from 'state' down to 'neighbourhood'. When featureType is set, then results are automatically restricted -- 2.39.5