Opened 4 years ago
Closed 4 years ago
#3562 closed defect (invalid)
type=way doesn't work, but type:way does
| Reported by: | avar | Owned by: | avar |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
type=(node|way|relation) doesn't work but and type=(node|way|relation) does. The two should be equivalent.
Attachments (0)
Change History (3)
comment:1 Changed 4 years ago by jttt
comment:2 Changed 4 years ago by Claudius Henrichs <claudius.h@…>
- Owner changed from team to avar
- Status changed from new to needinfo
I *guess*, you are referring to the filter, maybe to the search function, but I can't tell for sure from your report. Could you please elaborate what you did, what happened and what you expected to happen?
comment:3 Changed 4 years ago by avar
- Resolution set to invalid
- Status changed from needinfo to closed
Urgh, here I am filing succinct bug reports thinking they're unambiguous but evidently there's some new features negating my assumptions.
In any case it was the search engine and this was my mistake. I thought the new = operator should also have the same type=* magicness as type:*.



type=way and type:way are different things. type=way means there is tag type with value way. type:way means the element is way.