Modify ↓
Opened 11 years ago
Closed 11 years ago
#10146 closed defect (worksforme)
Filtering by id in relation list is not working
Reported by: | mkoniecz | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description (last modified by )
To reproduce:
open https://www.openstreetmap.org/relation/1247356
select remote edit in JOSM
open relation window
type 1247356 in search textbox
expected: multipolygon 1247356 will be listed
what happens: nothing is listed
may be related to #10122
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2014-06-13 01:36:22 Last Changed Author: Don-vip Revision: 7245 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2014-06-13 01:08:43 +0200 (Fri, 13 Jun 2014) Last Changed Rev: 7245 Identification: JOSM/1.5 (7245 en) Windows 7 32-Bit Memory Usage: 75 MB / 247 MB (20 MB allocated, but free) Java version: 1.7.0_55, Oracle Corporation, Java HotSpot(TM) Client VM Dataset consistency test: No problems found Plugin: OpeningHoursEditor (30416) Plugin: RoadSigns (30438) Plugin: buildings_tools (30485) Plugin: continuosDownload (28565) Plugin: lakewalker (30416) Plugin: measurement (30416) Plugin: notes (v0.9.2) Plugin: wikipedia (30449)
Attachments (0)
Change History (4)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|
comment:2 by , 11 years ago
Description: | modified (diff) |
---|
comment:4 by , 11 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
It's best to be consistent with search dialog and keep current behavior.
Note:
See TracTickets
for help on using tickets.
The filter field supports Search syntax (Ctrl-F), so currently you have to enter id:1247356 .
This is rather rare case of use, so I m not sure we should change default Search syntax to accept ID only
(Download Object Ctrl-Shift-O is a preferred method, I guess).