Changes between Version 33 and Version 34 of Help/Action/Search


Ignore:
Timestamp:
2016-01-06T07:31:20+01:00 (10 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

expand a little

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Search

    v33 v34  
    2121Hover over keyword in search menu to get textual explanation with simple example, some additional info below:
    2222
    23 || Keyword || Support ranges || Range separator || Description ||
     23|| Keyword || Supports ranges || Range separator || Description ||
    2424|| id || yes || - || Search for objects with specific ids ([Help/Concepts/Object#Objectids]) ||
    25 || version ||  ||
    26 || type ||  ||
    27 || user ||  ||
     25|| version || yes || - || Search for objects with specific version ([Help/Concepts/Object#Objectversions]). `version:0` is equivalent to keyword `new`. Note that `version:-1` will match `new` objects. ||
     26|| type || no || n/a || Only 3 possible values: `type:node`, `type:way`, `type:relation` ([Help/Concepts/Object#NodesWaysRelations]) ||
     27|| user || no || n/a || "anonymous" is a special word? i.e. `user:anonymous`
    2828|| role ||  ||
    29 || changeset ||  ||
     29|| changeset || yes || - || ||
    3030|| nodes || yes || - || Search for objects with number of nodes within range. Note that `nodes:-2` query won't match single nodes! ||
    3131|| ways ||  ||
    32 || tags || yes || - || Search for objects with tag count of tags within range. Note that `tags:-1` will also match tagless objects! ||
     32|| tags || yes || - || Search for objects with tag count of tags within range ([Help/Concepts/Object#Tags]). Note that `tags:-1` will also match tagless objects! ||
    3333|| areasize ||  ||
    3434|| waylength ||  ||
    35 || modified ||  ||
     35|| modified || no || n/a || Confusing name: will select (old and modified objects) or (completely new objects). ||
    3636|| selected ||  ||
    3737|| incomplete ||  ||
    38 || untagged ||  ||
     38|| untagged || no || n/a || This modifier differs from `tags:0` since it will count all "discardable" and "uninteresting tags" (description, attribution, source, source_ref, source:, comment, converted_by, watch, watch:,)! [https://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java#L678 more info] ||
    3939|| closed ||  ||
    4040|| new ||  ||
     
    4343|| inview ||  ||
    4444|| allinview ||  ||
    45 || timestamp ||  ||
     45|| timestamp || yes || / || min/max pair with two notes. If min timestap is empty: use lowest possible date (1980). If max timestamp is empty: use current time. ||
    4646|| nth ||  ||
    4747|| nth% ||  ||