Changes between Version 6 and Version 7 of TracSearch


Ignore:
Timestamp:
Mar 21, 2016, 6:54:06 PM (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracSearch

    v6 v7  
    11= Using Search =
    22
    3 Trac has a built-in search engine to allow finding occurrences of keywords and substrings in wiki pages, tickets and changeset descriptions.
     3Trac has a built-in search engine to allow finding occurrences of keywords and substrings in wiki pages, tickets and changeset properties (author, revision and log message).
    44
    55Using the Trac search facility is straightforward and its interface should be familiar to most users.
    66
    77Apart 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.
     8
     9The search results show the most recent modifications ranked first in the results rather than the most relevant result.
    810
    911== "Quickjump" searches ==
     
    1517 * !#42 -- Opens ticket number 42
    1618 * !{1} -- Opens report 1
    17  * /trunk -- Opens the browser for the `trunk` directory
     19 * /trunk -- Opens the browser for the `trunk` directory in the default repository
     20 * /repos1/trunk -- Opens the browser for the `trunk` directory in the `repos1` repository
    1821
    1922== Advanced ==
    2023
    2124=== Disabling Quickjumps ===
    22 To 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 (!).
     25To 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 (`!`).
    2326
    2427=== Search Links ===