]> mj.ucw.cz Git - pciids.git/blob - help/jump
Comment out setting of the ids for mail submitter
[pciids.git] / help / jump
1 Jumping
2 The jump box (little text box with 'Jump' button by its side) has two functions.
3
4 <h2>Direct ID jump</h2>
5 <p>
6 If you enter an ID and press Jump (or Enter), you are sent directly to that ID.
7 <p>
8 You can use both slashes ('/') and colons (':') as ID segment separators.
9 If the ID starts with an ID type prefix (eg. 'PC'), it is considered absolute.
10 If it starts with a segment separator, it is considered absolute inside current ID tree (eg. PCI devices).
11 Absolute addresses are tried first, if they do not exist, relative search is done.
12 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.
13
14 <h2>Name search</h2>
15 <p>
16 If direct ID jump does not succeed, names of items are searched for it.
17 By default only names of the same ID type are searched (if you browse PCI devices, you will not get results from device classes).
18 If you want to search all names, prefix the search with an asterisk ('*').
19 <p>
20 If you want to turn off name search in your query, prefix the query with '#'.
21
22 <h2>Examples</h2>
23 <p>
24 All examples are searches from within ID 'PC:0000:0000'.
25 <ul>
26         <li><tt>PD:00</tt> ‒ jumps to <tt>PD:00</tt>, if it exist.
27         <li><tt>:1234</tt> ‒ jumps to <tt>PC:1234</tt>, if it exist.
28         <li><tt>abcd</tt> ‒ tries <tt>PC:0000:0000:abcd</tt>, then <tt>PC:0000:abcd</tt>, then <tt>PC:abcd</tt>. Then searches in names.
29         <li><tt>#abcd</tt> ‒ same as above, but does not continue searching in names.
30         <li><tt>Some text</tt> ‒ all id searches will fail, names of PCI devices are searched for <tt>Some text</tt>.
31         <li><tt>*Some text</tt> ‒ same, but the search is trough all devices in database.
32 </ul>