Changes between Version 3 and Version 4 of TracSearch
- Timestamp:
- Dec 30, 2016, 2:54:47 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracSearch
v3 v4 1 = 検索 = #UsingSearch1 = Using Search 2 2 3 Trac には Wiki ページ、チケット、チェンジセットのプロパティ ( コミッタ, リビジョン, ログメッセージ ) からキーワードや部分文字列を検索するエンジンが内蔵されています。3 Trac has built-in search functionality to search for occurrences of keywords and substrings in wiki pages, tickets and changeset properties, such as author, revision and log messages. 4 4 5 Trac の検索機能の使い方はシンプルで、インタフェースもユーザに親しみやすいものになっています。 5 Apart 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. 6 6 7 また、 [search: 検索モジュール] (英語版では Search) とは別に、ナビゲーションバーの上に小さな検索フィールドが常に表示され、すべてのページから簡単に検索機能にアクセスすることができます。 7 The search results show the most recent modifications ranked first rather than the most relevant result. 8 8 9 変更が最近行われたものから検索結果に表示されます。 9 == Quick searches 10 10 11 == "クイックジャンプ" 検索 == #Quickjumpsearches 12 プロジェクトのいろいろなリソースに素早くアクセスするために、すべてのページの上部にある検索フィールドでは、 [TracLinks Wiki リンク] を入力して、対応するページに直接移動することができます。 11 For quick access to 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: 13 12 14 例: 13 * ![42] -- Opens change set 42 14 * !#42 -- Opens ticket number 42 15 * !{1} -- Opens report 1 16 * /trunk -- Opens the browser for the `trunk` directory in the default repository 17 * /repos1/trunk -- Opens the browser for the `trunk` directory in the `repos1` repository 15 18 16 * ![42] -- リビジョン 42 のチェンジセットを開きます 17 * !#42 -- チケット !#42 を開きます 18 * !{1} -- レポート !{1} を開きます 19 * /trunk -- リポジトリブラウザの `trunk` ディレクトリを直接開きます 19 To disable the Quickjump feature for a keyword start the query with an exclamation mark (`!`): use `!TracGuide` to search for occurrences of the literal word !TracGuide. 20 20 21 == 上級編 == #Advanced21 == Search TracLinks 22 22 23 === クイックジャンプを無効にする === #DisablingQuickjumps 24 検索するキーワードに対するクイックジャンプ機能を無効にしたい場合 (例えば !TracGuide という文字列を検索したいとき) は、先頭にエクスクラメーションマーク (`!`) を付けて入力してください。 23 From the Wiki, it is possible to link to a specific search, using `search:` links: 24 * `search:?q=crash` will search for the string "crash" 25 * `search:?q=trac+link&wiki=on` will search for "trac" and "link" in wiki pages only 25 26 26 === 検索リンク === #SearchLinks 27 Wiki では、`search:` リンクを使用して、特定の検索に 28 リンクすることが可能です: 29 * `search:?q=crash` は "crash" という文字列を検索します 30 * `search:?q=trac+link&wiki=on` は "trac" と "link" という文字を 31 wiki ページに限定して検索します 27 == Search Filters 28 29 On the search page, pressing the modifier key while selecting a search filter will unselect all other search filters. 32 30 33 31 ----