Modify ↓
Opened 15 years ago
Closed 13 years ago
#3942 closed enhancement (fixed)
[Patch] Allow open-ended ranges in search
Reported by: | Ldp | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
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)
by , 13 years ago
Attachment: | 3942.patch added |
---|
comment:1 by , 13 years ago
Summary: | Allow open-ended ranges in search → [Patch] Allow open-ended ranges in search |
---|
Note:
See TracTickets
for help on using tickets.
Patch attached.