We use the trac project management software. I want to be able to prevent certain wiki pages appearing in the trac search results. For example, some developers keep timesheets in the wiki and they contain a lot of keywords but never much useful documentation.
Is there a way to configure trac to ignore a list of wiki pages?
For reference, this is what I currently have in the [search]
and [wiki]
sections of my trac.ini
:
[search]
default_disabled_filters = changeset, milestone
min_query_length = 3
[wiki]
ignore_missing_pages = false
max_size = 262144
render_unsafe_content = true
split_page_names = false