Changes between Version 45 and Version 46 of Help/Action/Search


Ignore:
Timestamp:
2016-12-09T14:55:38+01:00 (9 years ago)
Author:
Klumbumbus
Comment:

better example see https://josm.openstreetmap.de/ticket/14102#comment:1

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Search

    v45 v46  
    2929* `name:Herrengasse` selects all elements with the given name
    3030* `name=Herrengasse` same as above, but case sensitive
    31 * `"name"="Baker Street"` same as above, but works also with special characters like white spaces in the value
     31* `"addr:street"="Baker Street"` if special characters (in this case `:` in the key and white space in the value) are used, the key resp. the value needs to be enclosed in `""`
    3232* `tag1=yes tag2=yes` is equivalent to `tag1=yes & tag2=yes`
    3333* `type:way name:-` selects all ways that do not have a name