Modify ↓
Opened 14 years ago
Closed 13 years ago
#6207 closed defect (worksforme)
filter does not work correctly with exclusions ('-')
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | filter | Cc: |
Description
Hi
filter does not work with: 'highway=service -service:' and inversed set.
It does not respect the second argument (-service:).
All highway=service are shown even ways tagged with service=driveway.
cu skyper
Attachments (0)
Change History (4)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Summary: | filter does not work correctly (highway=service -service: ; inversed) → filter does not work correctly exclusions ('-') |
---|
comment:3 by , 14 years ago
Summary: | filter does not work correctly exclusions ('-') → filter does not work correctly with exclusions ('-') |
---|
comment:4 by , 13 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Using r4387, the filter highway=service -service:
(enabled+inverted) works as expected: only objects with highway=service
and without a service=*
are shown.
Note:
See TracTickets
for help on using tickets.
Replying to skyper:
As far as I get, filter does not work with "-". Only way too get around is to use two filters.