Changes between Version 28 and Version 29 of Help/Action/Search


Ignore:
Timestamp:
2016-01-06T05:58:23+01:00 (10 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Search

    v28 v29  
    3232* `name:Herrengasse` selects all elements with the given name
    3333* `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`
    3536* `type:way name:-` selects all ways that do not have a name
    3637* `id:123465678` selects an object (way or node) with a particular id
    3738* `timestamp:2010-11-01/2010-12-01` selects object with last change in November 2010
     39* See also [[Help/Dialog/Filter#Examples]]
    3840
    3941There is also a very under-used and under-documented feature that lets you enter a web URL (`file://`, `http://`, `https://`, `ftp://`)