Changes between Version 45 and Version 46 of Help/Action/Search
- Timestamp:
- 2016-12-09T14:55:38+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/Search
v45 v46 29 29 * `name:Herrengasse` selects all elements with the given name 30 30 * `name=Herrengasse` same as above, but case sensitive 31 * `" name"="Baker Street"`same as above, but works also withspecial characterslikewhite spacesin the value31 * `"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 `""` 32 32 * `tag1=yes tag2=yes` is equivalent to `tag1=yes & tag2=yes` 33 33 * `type:way name:-` selects all ways that do not have a name
