Peter Johnson

Results 297 issues of Peter Johnson

Multiple units at the same address are currently being deduplicated. This can lead to situations where the response is showing much fewer results than was requested. In particular this is...

draft: parser interpretation improvements this will be paired with [changes to `pelias/parser`](https://github.com/pelias/parser/pull/120) which will need to be merged first.

We're currently not using `libpostal` parses for venues, if we see a venue parse we're falling back to the native parser. I don't remember the history of this but it...

I was testing https://github.com/pelias/api/pull/1380 today and found this bug related to venue queries with the `/v1/search` API. Given the following parse: ```javascript "parser": "libpostal", "parsed_text": { "query": "target", "city": "eureka",...

bug

As discussed in https://github.com/pelias/api/pull/1274#issuecomment-651927481 the `address_layer_filter` isn't everyone's cup-o-tea so we should add some ways of configuring or disabling it on a per-installation basis. As a quick reminder, I'm talking...

we have a property called `id` in the geojson which appears to be a dupe of `source_id` would it be possible to deprecate and remove one of these two properties?

This specific test-case came in via email today: ``` 3681 Jackson Run Rd, Warren, PA 16365 ``` We fail to return the correct result for the input above but it...

bug

Issue https://github.com/pelias/api/pull/1401 brought up the topic of whether we should enable the `categories` feature by default across all endpoints. Currently, we have support for categories which [goes back to 2015](https://github.com/pelias/pelias/wiki/Taxonomy-v1)....

discussion

This issue came through via email so I thought I'd write it up, although I think the best course of action is to simply wait until the [spatial service](https://github.com/pelias/spatial) matures,...

testing https://github.com/pelias/query/pull/116 PR should be updated with the actual npm version once that's merged