No interpolated results returned when admin area not specified
Open
Nobody has claimed this yet.
on-deck
- Dominant language
- JavaScript
- Stars
- 259
- Forks
- 168
- Avg merge
- 6h 15m
- Merged PRs (30d)
- 1
Description
This issue was first mentioned in the interpolation acceptance tests (https://github.com/pelias/acceptance-tests/pull/376), and then this issue was created to track it.
Queries that only contain a housenumber and street could conceivably return a mix of exact and interpolated results, however the interpolation service would have to go through every street that matches, which may or may not be good.
This query, for example, doesn't return 257 west 26th st in manhattan
/v1/search?text=257 west 26th street

Interpolated results are returned with an admin area:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.
