Opened 7 years ago
Closed 6 years ago
#3034 closed enhancement (fixed)
Search only tickets by default
Reported by: | johnbillion | Owned by: | obenland |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | has-patch |
Cc: |
Description
When performing a search on Trac, both tickets and changesets are included by default. This adds significant noise to the search results, especially for less experienced contributors who may not understand or even notice the difference between [12345]
and #12345
at the beginning of each item's summary.
By default, only tickets should be searched when using the search form at the top of the page.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Looking at https://trac.edgewall.org/wiki/TracIni#search-section, this 3034.patch should take care of that, default search will search only tickets, disables changeset, milestone, and wiki across all w.org Trac instances.