Modify ↓
Opened 4 years ago
Closed 21 months ago
#3942 closed enhancement (fixed)
[Patch] Allow open-ended ranges in search
| Reported by: | Ldp | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
For instance, I'd like to be able to search for all ways with more than 200 nodes, and tried "nodes:200-" and "nodes:200+", but it insists I give an upper limit. To keep it happy, I just enter a large number, but having open-ended ranges would seem logical.
For symmetry's sake: "nodes:-200" should also work, meaning "everything with 200 nodes or less".
Attachments (1)
Change History (3)
Changed 21 months ago by simon04
comment:1 Changed 21 months ago by simon04
- Summary changed from Allow open-ended ranges in search to [Patch] Allow open-ended ranges in search
comment:2 Changed 21 months ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
In [4346/josm]:
Note: See
TracTickets for help on using
tickets.



Patch attached.