web/views/searchrestriction.py
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Wed, 22 Apr 2009 15:40:58 +0200
changeset 1430 708233d644da
parent 16 a70ece4d9d1a
child 1802 d628defebc17
permissions -rw-r--r--
some feed aggregators (eg sage) show dc:creator tag, so we show it insteed of author tag

"""contains utility functions and some visual component to restrict results of
a search

:organization: Logilab
:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
"""
__docformat__ = "restructuredtext en"

from logilab.common.deprecation import moved

insert_attr_select_relation = moved('cubicweb.web.facet',
                                    'insert_attr_select_relation')