Modify ↓
#9922 closed defect (fixed)
no documentation for default_disabled_filters
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12.2 |
| Component: | search system | Version: | 0.12 |
| Severity: | minor | Keywords: | documentation |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I have searched far and wide and not found any non-default examples or documentation around [search] default_disabled_filters - for example, if I simply want to disable wiki, what will the value of this be in trac.ini ? What if I want to disable everything except tickets?
I've also looked at the code, done everything short of running it in a debugger.
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
| Keywords: | documentation added |
|---|---|
| Milestone: | → 0.12.2 |
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Severity: | normal → minor |
| Status: | new → closed |
| Version: | → 0.12 |
Doc improved in r10392.
comment:3 by , 15 years ago
| Owner: | set to |
|---|
Note:
See TracTickets
for help on using tickets.



In your case, this should simply be:
What would be cool is to have a way to generate the possible values dynamically…
For 0.12.2 we could just add a sample and a hint where to look in the code, for plugins (
ISearchSource.get_search_filtersmethods, first member of returned tuple).