Changes between Version 3 and Version 4 of TracSearch
- Timestamp:
- 02/01/17 00:38:40 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracSearch
v3 v4 8 8 9 9 == Quick searches 10 10 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: 11 12 … … 16 17 * /repos1/trunk -- Opens the browser for the `trunk` directory in the `repos1` repository 17 18 18 == Advanced19 20 === Disabling Quickjump21 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. 22 20 23 === Search Links 21 == Search TracLinks 22 24 23 From the Wiki, it is possible to link to a specific search, using `search:` links: 25 24 * `search:?q=crash` will search for the string "crash" 26 25 * `search:?q=trac+link&wiki=on` will search for "trac" and "link" in wiki pages only 27 26 27 == Search Filters 28 29 On the search page, pressing the modifier key while selecting a search filter will unselect all other search filters. 30 28 31 ---- 29 32 See also: TracGuide, TracLinks, TracQuery