Package Camelot :: Package camelot :: Package view :: Module search
[frames] | no frames]

Module search

source code

Helper functions to search through a collection of entities
Functions
 
create_entity_search_query_decorator(admin, text)
create a query decorator to search through a collection of entities @param admin: the admin interface of the entity @param text: the text to search for @return: a function that can be applied to a query to make the query filter only the objects related to the requested text or None if no such decorator could be build
source code
Variables
  logger = logging.getLogger('camelot.view.search')
  __package__ = 'Camelot.camelot.view'