diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2020-02-25 14:59:49 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-02-26 13:52:14 +0000 |
commit | a8de040b29e18a9bf916e65a12b293b708b9f5cd (patch) | |
tree | 5caefadab8b17c5f29dda5bffbc95e8830638414 /CHANGELOG.md | |
parent | a6b58401b3bef860713f96c1ba5c576bd94e0b10 (diff) |
Optional logging of unsuccessful location searches
If a SQLite file exists at `../data/analytics.sqlite` with a table
named `location_searches_with_no_results`, then a row will be created
for each /around search that returns no results.
Could come in useful for anybody running an instance and looking to
better understand how well their geocoder is performing.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4644e6a69..2ac73269b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -149,6 +149,7 @@ - Make front page cache time configurable. - Better working of /fakemapit/ under https. - Improve Open311 error output on failing GET requests. + - Optionally log failed geocoder searches. - Backwards incompatible changes: - If you wish the default for the showname checkbox to be checked, add `sub default_show_name { 1 }` to your cobrand file. |