From ecd5a3fdf9acd355b77af1b05781450a2df31b5e Mon Sep 17 00:00:00 2001 From: Romeo Date: Fri, 4 Nov 2022 17:59:36 +0100 Subject: [PATCH 1/4] fix: 705 Status Code Documenation --- docs/api/Status.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/api/Status.md b/docs/api/Status.md index 8c3e25e9..51581b8a 100644 --- a/docs/api/Status.md +++ b/docs/api/Status.md @@ -57,10 +57,11 @@ code and message, e.g. Possible status codes are - | | message | notes | - |-----|----------------------|---------------------------------------------------| - | 700 | "No database" | connection failed | - | 701 | "Module failed" | database could not load nominatim.so | + | | message | notes | + |------------------|----------------------|---------------------------------------------------| + | 700 | "No database" | connection failed | + | 701 | "Module failed" | database could not load nominatim.so | | 702 | "Module call failed" | nominatim.so loaded but calling a function failed | - | 703 | "Query failed" | test query against a database table failed | - | 704 | "No value" | test query worked but returned no results | + | 70 | "Query failed" | test query against a database table failed | + | 704 | "No value" | test query worked but returned no results | + | 705 | "Import date is not available" | No import dates were returned (enabling replication can fix this) | From d573da5b2cd572fe43bc144797dafca84eaca7b1 Mon Sep 17 00:00:00 2001 From: Romeo Date: Fri, 4 Nov 2022 18:03:49 +0100 Subject: [PATCH 2/4] fix: 705 Status Code Documentation --- docs/api/Status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/Status.md b/docs/api/Status.md index 51581b8a..17b4c31f 100644 --- a/docs/api/Status.md +++ b/docs/api/Status.md @@ -64,4 +64,4 @@ Possible status codes are | 702 | "Module call failed" | nominatim.so loaded but calling a function failed | | 70 | "Query failed" | test query against a database table failed | | 704 | "No value" | test query worked but returned no results | - | 705 | "Import date is not available" | No import dates were returned (enabling replication can fix this) | + | 705 | "Import date is not available" | No import dates were returned (enabling replication can fix this) | \ No newline at end of file From 3bc0db8d91b83472ba38949853341a1ff4a0c361 Mon Sep 17 00:00:00 2001 From: Romeo Date: Fri, 4 Nov 2022 18:04:28 +0100 Subject: [PATCH 3/4] fix: markup --- docs/api/Status.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/Status.md b/docs/api/Status.md index 17b4c31f..69afea0c 100644 --- a/docs/api/Status.md +++ b/docs/api/Status.md @@ -57,11 +57,11 @@ code and message, e.g. Possible status codes are - | | message | notes | - |------------------|----------------------|---------------------------------------------------| + | | message | notes | +-----|------------------|----------------------|---------------------------------------------------| | 700 | "No database" | connection failed | | 701 | "Module failed" | database could not load nominatim.so | | 702 | "Module call failed" | nominatim.so loaded but calling a function failed | - | 70 | "Query failed" | test query against a database table failed | + | 703 | "Query failed" | test query against a database table failed | | 704 | "No value" | test query worked but returned no results | | 705 | "Import date is not available" | No import dates were returned (enabling replication can fix this) | \ No newline at end of file From afc714e1d312724a18d270348185ccb96952ca25 Mon Sep 17 00:00:00 2001 From: Romeo Date: Fri, 4 Nov 2022 18:05:40 +0100 Subject: [PATCH 4/4] fix: format --- docs/api/Status.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/api/Status.md b/docs/api/Status.md index 69afea0c..1a5ff0a8 100644 --- a/docs/api/Status.md +++ b/docs/api/Status.md @@ -57,11 +57,11 @@ code and message, e.g. Possible status codes are - | | message | notes | ------|------------------|----------------------|---------------------------------------------------| - | 700 | "No database" | connection failed | - | 701 | "Module failed" | database could not load nominatim.so | - | 702 | "Module call failed" | nominatim.so loaded but calling a function failed | - | 703 | "Query failed" | test query against a database table failed | - | 704 | "No value" | test query worked but returned no results | - | 705 | "Import date is not available" | No import dates were returned (enabling replication can fix this) | \ No newline at end of file +| | message | notes | +| --- | ------------------------------ | ----------------------------------------------------------------- | +| 700 | "No database" | connection failed | +| 701 | "Module failed" | database could not load nominatim.so | +| 702 | "Module call failed" | nominatim.so loaded but calling a function failed | +| 703 | "Query failed" | test query against a database table failed | +| 704 | "No value" | test query worked but returned no results | +| 705 | "Import date is not available" | No import dates were returned (enabling replication can fix this) |