Edgewall Software

Changes between Version 4 and Version 5 of TracSearch


Ignore:
Timestamp:
Nov 24, 2005, 10:26:36 AM (18 years ago)
Author:
Christian Boos
Comment:

Added description of the search: TracLinks syntax

Legend:

Unmodified
Added
Removed
Modified
  • TracSearch

    v4 v5  
    2020'''Note:''' ''This is a particularly useful feature to quickly navigate to a specific issue ticket or changeset.''
    2121
    22 === Advanced: Disabling Quickjumps ===
     22== Advanced ==
     23=== Disabling Quickjumps ===
    2324To 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 (!).
     25
     26=== Search Links ===
     27From the Wiki, it is possible to link to a specific search, using
     28`search:` links:
     29 * `search:?q=crash` will search for the string "crash"
     30 * `search:?q=trac+link&wiki=on` will search for "trac" and "link"
     31   in wiki pages only
    2432
    2533----