Changes between Initial Version and Version 1 of TracSearch

Show
Ignore:
Timestamp:
12/31/05 13:00:09 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracSearch

    v1 v1  
     1= Using Search = 
     2 
     3 
     4 
     5Trac has a built-in search engine to allow finding occurrences of keywords and substrings in wiki pages, tickets and changeset descriptions. 
     6 
     7 
     8 
     9Using the Trac search facility is straightforward and its interface should be familiar to most www users. 
     10 
     11 
     12 
     13Apart from the [search: Search module], you will also find a small search field above the navigation bar at all time. It provides convenient access to the search module from all pages. 
     14 
     15 
     16 
     17== Quickjumps == 
     18 
     19For intermediate and advanced use, Trac has a useful way to quickly navigate to a given resource, named '''quickjumps'''. 
     20 
     21 
     22 
     23If you enter a [wiki:TracLinks TracLink] in the search field above the navigation bar, Trac will recognize this and assume you know where you're going.  
     24 
     25 
     26 
     27For example: 
     28 
     29 
     30 
     31 * ![42] -- Opens change set 42 
     32 
     33 * !#42 -- Opens ticket number 42 
     34 
     35 * !{1} -- Opens report 1 
     36 
     37 
     38 
     39'''Note:''' ''This is a particularly useful feature to quickly navigate to a specific issue ticket or changeset.'' 
     40 
     41 
     42 
     43=== Advanced: Disabling Quickjumps === 
     44 
     45To disable the quickjump feature for a search keyword - for example when searching for occurences of the literal word !TracGuide - begin the query with an exclamation mark (!). 
     46 
     47 
     48 
     49---- 
     50 
     51See also: TracGuide, TracLinks, TracQuery