Package trac :: Package search :: Module web_ui :: Class SearchModule

Class SearchModule

source code

    object --+    
             |    
core.Component --+
                 |
                SearchModule

Controller for the search sub-system
Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
get_active_navigation_item(self, req) source code
 
get_navigation_items(self, req) source code
 
get_permission_actions(self) source code
 
match_request(self, req) source code
 
process_request(self, req) source code
 
get_htdocs_dirs(self) source code
 
get_templates_dirs(self) source code
 
get_wiki_syntax(self) source code
 
get_link_resolvers(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from core.Component: implements

Class Variables
  RESULTS_PER_PAGE = 10
  min_query_length = <IntOption [search] "min_query_length">
  default_disabled_filters = <ListOption [search] "default_disab...
Properties
  search_sources
List of components that implement ~trac.search.api.ISearchSource

Inherited from object: __class__

Class Variable Details

default_disabled_filters

Value:
<ListOption [search] "default_disabled_filters">

Property Details

search_sources

List of components that implement ~trac.search.api.ISearchSource
Get Method:
unreachable.extensions(component) - Return a list of components that declare to implement the extension point interface.