Changes from Version 1 of TracSearch

차이점 주위로
다음 차이점은 무시하기:
작성자:
trac (IP: 127.0.0.1)
날짜/시간:
2009-08-30 AM 12:52:40 (16 년 전)
설명:

--

Legend:

변경되지 않음
추가됨
제거됨
변경됨
  • TracSearch

    v0 v1  
     1= 검색하기 = 
     2 
     3Trac은 키워드, 위키페이지의 스트링, 티켓 그리고 변경사항의 설명에 대해서 검색할 수 있는 검색 엔진을 내장하고 있습니다. 
     4 
     5Using the Trac search facility is straightforward and its interface should be familiar to most users. 
     6 
     7[search: 검색 모듈]과는 별도로, 네비게이션 바의 위에서 작은 검색 창을 항상 볼 수 있을 것입니다. 이것은 모든 페이지에서 검색 모듈을 이용할 수 있게 해주는 편리한 방법을 제공합니다. 
     8 
     9== "Quickjump" searches == 
     10For quick access to various project resources, the quick-search field at the top of every page can be used to enter a [TracLinks wiki link], which will take you directly to the resource identified by that link. 
     11 
     12예를 들면: 
     13 
     14 * ![42] -- 변경사항 42번을 엽니다. 
     15 * !#42 -- 티켓 42번을 엽니다. 
     16 * !{1} -- 리포트 1번을 엽니다. 
     17 * /trunk -- Opens the browser for the `trunk` directory 
     18 
     19== Advanced == 
     20 
     21=== Disabling Quickjumps === 
     22To 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 (!). 
     23 
     24=== Search Links === 
     25From the Wiki, it is possible to link to a specific search, using 
     26`search:` links: 
     27 * `search:?q=crash` will search for the string "crash"  
     28 * `search:?q=trac+link&wiki=on` will search for "trac" and "link"  
     29   in wiki pages only 
     30 
     31---- 
     32참고 : TracGuide, TracLinks, TracQuery