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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Search

    v32 v33  
    55[[Image(source:trunk/images/dialogs/search.png,middle)]] ''Keyboard shortcut'': '''{{{Ctrl+F}}}'''
    66
    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:
    88
    99[Help/ExpertMode Expert mode off]:
     
    1919
    2020== 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
     21Hover over keyword in search menu to get textual explanation with simple example, some additional info below:
    2222
    23 || id ||  ||
     23|| Keyword || Support ranges || Range separator || Description ||
     24|| id || yes || - || Search for objects with specific ids ([Help/Concepts/Object#Objectids]) ||
    2425|| version ||  ||
    2526|| type ||  ||
     
    2728|| role ||  ||
    2829|| 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! ||
    3031|| 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! ||
    3233|| areasize ||  ||
    3334|| waylength ||  ||