Changes between Version 28 and Version 29 of Help/Action/Search
- Timestamp:
- 2016-01-06T05:58:23+01:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/Search
v28 v29 32 32 * `name:Herrengasse` selects all elements with the given name 33 33 * `name=Herrengasse` same as above, but case sensitive 34 * `"name"="Herrengasse"` same as above, but works also with special characters like white spaces in the value 34 * `"name"="Baker Street"` same as above, but works also with special characters like white spaces in the value 35 * `tag1=yes tag2=yes` is equivalent to `tag1=yes & tag2=yes` 35 36 * `type:way name:-` selects all ways that do not have a name 36 37 * `id:123465678` selects an object (way or node) with a particular id 37 38 * `timestamp:2010-11-01/2010-12-01` selects object with last change in November 2010 39 * See also [[Help/Dialog/Filter#Examples]] 38 40 39 41 There is also a very under-used and under-documented feature that lets you enter a web URL (`file://`, `http://`, `https://`, `ftp://`)
