Peter Johnson

Results 297 issues of Peter Johnson

The following query is generating an admin matching clause where the token contains a trailing comma. Although this will not affect matching, the comma should not be present. ``` /v1/autocomplete?debug=true&text=Koh...

help wanted
low priority

The following three addresses are almost identical but are not being deduped: https://pelias.github.io/compare/#/v1/search%3Ftext=190%20dean%20street%20brooklyn ```js "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ -73.98587, 40.685617 ] }, "properties":...

For years now we've been having issues with long-running search queries 'bouncing around the cluster' and causing performance issues for all other queries executed within the same timeframe. The contemporary...

I have been seeing this message in the logs "Fallback scenarios should not result in address or venue records!" It's coming from `middleware/confidenceScoreFallback.js` and presumably, the original author didn't expect...

help wanted

When I was writing up https://github.com/pelias/parser/issues/76 today I noticed that the 'scoring' in the Pelias parser is pretty good, it's fairly indicative of when the parse was low quality and...

I think our deduplication logic isn't quite right when it comes to inter-layer deduping. we currently have it set up to deduplicate between `locality` and `country`, this is nice for...

DRAFT, for now, this will require updates to the `whosonfirst` importer (or `pelias/model`?) before merging in order to ensure no breaking changes. This PR removes the `population` subqueries, as per...

When providing a unit number, the address fallback query does not fallback to match the correct `housenumber+street` even when that address is available (examples below). The error is only triggered...

currently `/search` is only searching against [name.default](https://github.com/pelias/api/blob/master/query/search.js#L28), it would be better if the search was performed against any of the `name[*]` values. rel: pelias/pelias#83 re: pelias/schema#49

wof-related
data
processed
outreach

@orangejulius I noticed this today when querying: [/v1/search?debug=true&text=10 main st 10010](https://pelias.github.io/compare/#/v1/search%3Fdebug=true&text=10%20main%20st%2010010) The first query in the debug output is `controller:search_with_ids`, I thought that was only relevant when ids had been...