Changes between Version 33 and Version 34 of Help/Action/Search
- Timestamp:
- 2016-01-06T07:31:20+01:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/Search
v33 v34 21 21 Hover over keyword in search menu to get textual explanation with simple example, some additional info below: 22 22 23 || Keyword || Support ranges || Range separator || Description || 23 || Keyword || Supports ranges || Range separator || Description || 24 24 || 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` 28 28 || role || || 29 || changeset || || 29 || changeset || yes || - || || 30 30 || nodes || yes || - || Search for objects with number of nodes within range. Note that `nodes:-2` query won't match single nodes! || 31 31 || 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! || 33 33 || areasize || || 34 34 || waylength || || 35 || modified || || 35 || modified || no || n/a || Confusing name: will select (old and modified objects) or (completely new objects). || 36 36 || selected || || 37 37 || 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] || 39 39 || closed || || 40 40 || new || || … … 43 43 || inview || || 44 44 || 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. || 46 46 || nth || || 47 47 || nth% || ||
