Modify ↓
Ticket #4621 (closed defect: duplicate)
Search key values beginning with number doesn't work
| Reported by: | Ldp | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
Create an object, tag it with foo=2bar. Searching for foo=2bar doesn't find any objects. Searching for foo="2bar" works. Why are the quotes a requirement? Am I missing a special search mode where a key value beginning with a number means something special to the search engine?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.



This is the way JOSM currently works. If a string starts with a digit the search compiler tries to read a number.