Browse Source

Relase notes for 2016-4-29 release

pull/105/head
Julian Simioni 9 years ago
parent
commit
dd00c45949
No known key found for this signature in database
GPG Key ID: 6DAD08919FDBF563
  1. 8
      release-notes.md

8
release-notes.md

@ -1,3 +1,11 @@
## 29 April 2016
* A big improvements to autocomplete results coming from numerous bug fixes and improvements! More details can be found in the pull requests: [pelias/schema#127](https://github.com/pelias/schema/pull/127) and [pelias/api#526](https://github.com/pelias/api/pull/526). Some highlights include:
- Single digit housenumbers like `8 Main St` can be found more easily
- Support for searching for the street name before the house number, as is common in many European countries, is improved.
- Searches that end in common words no longer return no results. These were being treated as stopwords internally in Elasticsearch. Now queries such as `Moscone West` will work better
* [Remove OpenAddresses records with 0 housenumbers in US/CA](https://github.com/pelias/openaddresses/pull/92)
## 18 April 2016
* Address parsing now works without spaces after commas. This was our bad. Feel free to leave those spaces out as long as you provide commas to delimit admin parts.

Loading…
Cancel
Save