Changes between Version 43 and Version 44 of Help/Action/Search


Ignore:
Timestamp:
2016-12-09T10:30:56+01:00 (9 years ago)
Author:
simon04
Comment:

keywords are documented in the dialog (tooltip)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Search

    v43 v44  
    1313|| [Help/ExpertMode Expert mode off]: [[br]] [[Image(9229-search-expert-false-with-tooltip.png)]] || . ||
    1414|| [Help/ExpertMode Expert mode on]: [[br]] [[Image(9229-search-expert-true.png)]] || - '''standard/regular expression/MapCSS selector''' radio button, see sections below for details        - '''add toolbar button''' covered in section [Help/Action/Search#SavesearchqueryinMaintoolbar] ||
    15 
    16 
    17 == Keywords ==
    18 
    19 || Keyword || Supports ranges || Range separator || Description ||
    20 || id || yes || - || Search for objects with specific ids ([Help/Concepts/Object#Objectids]) ||
    21 || 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. ||
    22 || type || no || n/a || Only 3 possible values: `type:node`, `type:way`, `type:relation` ([Help/Concepts/Object#NodesWaysRelations]) ||
    23 || user || no || n/a || "anonymous" is a special word? i.e. `user:anonymous`
    24 || role ||  ||
    25 || changeset || yes || - ||  ||
    26 || nodes || yes || - || Search for objects with number of nodes within range. Note that `nodes:-2` query won't match single nodes! ||
    27 || ways ||  ||
    28 || tags || yes || - || Search for objects with tag count of tags within range, regardless of "discardable tags" and "uninteresting tags" ([Help/Concepts/Object#Tags]). Note that `tags:-1` will also match tagless objects! ||
    29 || areasize ||  ||
    30 || waylength ||  ||
    31 || modified || no || n/a || Confusing name: will select (old and modified objects) or (completely new objects). ||
    32 || selected ||  ||
    33 || incomplete ||  ||
    34 || untagged || no || n/a || This modifier differs from `tags:0` since it will ignore 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] ||
    35 || closed ||  ||
    36 || new ||  ||
    37 || indownloadedarea ||  ||
    38 || allindownloadedarea ||  ||
    39 || inview ||  ||
    40 || allinview ||  ||
    41 || 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. ||
    42 || nth ||  ||
    43 || nth% ||  ||
    44 || hasRole ||  ||
    45 || parent ||  ||
    46 || child ||  ||
    4715
    4816== Examples ==