Changes between Version 12 and Version 13 of Help/Action/Search


Ignore:
Timestamp:
2013-07-05T14:27:51+02:00 (12 years ago)
Author:
skyper
Comment:

added note about expert mode

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Search

    v12 v13  
    33= Search =
    44
    5 [[Image(source:/trunk/images/dialogs/search.png)]] ''Keyboard shortcut'': '''{{{Ctrl+F}}}'''
     5[[Image(source:trunk/images/dialogs/search.png,middle)]] ''Keyboard shortcut'': '''{{{Ctrl+F}}}'''
    66
    77'''Search [wiki:/Help/Concepts/Object objects] in the current data layer'''
     
    99Some examples of queries:
    1010
    11  * type:way selects all ways
    12  * name:Herrengasse selects all elements with the given name
    13  * type:way name:- selects all ways that do not have a name
    14  * id:123465678 selects an object (way or node) with a particular id
     11* type:way selects all ways
     12* name:Herrengasse selects all elements with the given name
     13* type:way name:- selects all ways that do not have a name
     14* id:123465678 selects an object (way or node) with a particular id
    1515
    1616There is also a very under-used and under-documented feature that lets you enter a web URL (file://, http://, https://, ftp://)
     
    2323More examples are here: http://wiki.openstreetmap.org/index.php/JOSM_search_function
    2424
     25=== [ExpertMode Expert Mode] ===#ExpertMode
     26Some examples are only shown in expert mode.
     27
     28
    2529== Regular Expressions ==
    26 
    2730JOSM supports Java Regex. For detailed Information see http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html
    2831
     32
    2933== See also ==
    30 
    31  * [wiki:/Help/Concepts/Object Objects]
     34* [wiki:/Help/Concepts/Object Objects]
    3235
    3336----