| 1 | = 검색하기 = |
---|
| 2 | |
---|
| 3 | Trac은 키워드, 위키페이지의 스트링, 티켓 그리고 변경사항의 설명에 대해서 검색할 수 있는 검색 엔진을 내장하고 있습니다. |
---|
| 4 | |
---|
| 5 | Using the Trac search facility is straightforward and its interface should be familiar to most users. |
---|
| 6 | |
---|
| 7 | [search: 검색 모듈]과는 별도로, 네비게이션 바의 위에서 작은 검색 창을 항상 볼 수 있을 것입니다. 이것은 모든 페이지에서 검색 모듈을 이용할 수 있게 해주는 편리한 방법을 제공합니다. |
---|
| 8 | |
---|
| 9 | == "Quickjump" searches == |
---|
| 10 | For 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 === |
---|
| 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 (!). |
---|
| 23 | |
---|
| 24 | === Search Links === |
---|
| 25 | From 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 |