Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

exclude_place_ids does not work in bounded search #4674

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment
Closed

exclude_place_ids does not work in bounded search #4674

openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment

Comments

@openstreetmap-trac
Copy link

Reporter: rurseekatze
[Submitted to the original trac issue database at 2.27pm, Wednesday, 7th November 2012]

Getting more results with the parameter "exclude_place_ids" does not work in bounded search requests.

I want to search in a small local area:

http://nominatim.openstreetmap.org/search?format=xml&polygon=0&addressdetails=1&q=tankstelle&accept-language=de&viewbox=6.611261755981432,51.24659496674299,6.779318244018607,51.150214624895234&bounded=1

This works fine, but now here is the problem:
If I want to get more results, I add the parameter exclude_place_ids with the already loaded places to the url:

http://nominatim.openstreetmap.org/search?format=xml&polygon=0&addressdetails=1&q=tankstelle&accept-language=de&viewbox=6.611261755981432,51.24659496674299,6.779318244018607,51.150214624895234&bounded=1&exclude_place_ids=913364,15183315,1493240,6976698,19282907,757570,48705346,18534850,905584,17458821

But this does not work, I get exactly the same XML response from the server.

@openstreetmap-trac
Copy link
Author

Author: lonvia
[Added to the original trac issue at 9.45pm, Friday, 18th January 2013]

To be more precise: exclude_place_ids was not working together with searches for special phrases. Fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant