skeleton/views.py.tmpl
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 19 Nov 2015 17:50:48 +0100
changeset 10847 ce5403611cbe
parent 8207 c04676b16c59
permissions -rw-r--r--
[fti] add cw_fti_index_rql_limit method Improves on and deprecate cw_fti_index_rql_queries: execute the rql directly, so that we don't need to compute the set of eids up-front, but can just keep track of the last seen entity. Use the new method in reindex_entities. Keep calling cw_fti_index_rql_queries if it has been redefined (e.g in cubes). Related to #3621392.

# -*- coding: utf-8 -*-
# copyright %(year)s %(author)s, all rights reserved.
# contact %(author-web-site)s -- mailto:%(author-email)s
#
%(long-license)s
"""%(distname)s views/forms/actions/components for web ui"""