• Vincent Pelletier's avatar
    ERP5Catalog: Allow _searchAndActivate to use more from query result. · 0a9a8ef5
    Vincent Pelletier authored
    _searchAndActivate typically calls callMethodOnObjectList with paths as
    parameter. The result is that each listed document is loaded, which may
    not be required or desired.
    select_method_id avoids this loading by calling method_id once per
    packet_size with a list of values extracted from catalog result as (first)
    argument.
    0a9a8ef5
CatalogTool.py 42.1 KB