| 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 || || |