Jumping The jump box (little text box with 'Jump' button by its side) has two functions.

Direct ID jump

If you enter an ID and press Jump (or Enter), you are sent directly to that ID.

You can use both slashes ('/') and colons (':') as ID segment separators. If the ID starts with an ID type prefix (eg. 'PC'), it is considered absolute. If it starts with a segment separator, it is considered absolute inside current ID tree (eg. PCI devices). Absolute addresses are tried first, if they do not exist, relative search is done. Otherwise, it is relative and is appended to current ID, then to its parent and so on, until some exists or a root of tree is reached.

Name search

If direct ID jump does not succeed, names of items are searched for it. By default only names of the same ID type are searched (if you browse PCI devices, you will not get results from device classes). If you want to search all names, prefix the search with an asterisk ('*').

If you want to turn off name search in your query, prefix the query with '#'.

Examples

All examples are searches from within ID 'PC:0000:0000'.