Changes between Version 32 and Version 33 of Help/Action/Search
- Timestamp:
- 2016-01-06T07:13:56+01:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/Search
v32 v33 5 5 [[Image(source:trunk/images/dialogs/search.png,middle)]] ''Keyboard shortcut'': '''{{{Ctrl+F}}}''' 6 6 7 '''Search [wiki:/Help/Concepts/Object objects] in the current data layer'''. This tool have different look, depending on your expert setting: 7 '''Search [wiki:/Help/Concepts/Object objects] in the current data layer using query language'''. This tool have different look, depending on your expert setting: 8 8 9 9 [Help/ExpertMode Expert mode off]: … … 19 19 20 20 == Keywords == 21 Expand based on https://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/actions/search/SearchCompiler.java; commit history and https://josm.openstreetmap.de/browser/josm/trunk/test/unit/org/openstreetmap/josm/actions/search/SearchCompilerTest.java 21 Hover over keyword in search menu to get textual explanation with simple example, some additional info below: 22 22 23 || id || || 23 || Keyword || Support ranges || Range separator || Description || 24 || id || yes || - || Search for objects with specific ids ([Help/Concepts/Object#Objectids]) || 24 25 || version || || 25 26 || type || || … … 27 28 || role || || 28 29 || changeset || || 29 || nodes || || 30 || nodes || yes || - || Search for objects with number of nodes within range. Note that `nodes:-2` query won't match single nodes! || 30 31 || ways || || 31 || tags || || 32 || tags || yes || - || Search for objects with tag count of tags within range. Note that `tags:-1` will also match tagless objects! || 32 33 || areasize || || 33 34 || waylength || ||