-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
accept empty filter parameter in id: #65
Comments
also only 0 is accepted as dummy value (no id<0) |
I can't follow. I don't quite get why you want to specifically "not filter for ids". If you don't specify any id filter, then automatically you don't filter for them, i.e. the id is irrelevant. |
yes, I understand this seems odd. It happened in an automated environment where I query data for different regions but want to ignore data that I already have. Sometimes I have no data for a region resulting in the above filter. You can decide if you want to close this as no-fix. |
The following query results in code
400
I would expect it to not filter for ids.(landuse=* or natural=* or waterway=*) and geometry:polygon and ((not id:() and type:way) or (not id:() and type:relation))
The text was updated successfully, but these errors were encountered: