Closed xispa closed 3 months ago
This Pull Request removes the index CreationDate from catalogs that inherit from BaseCatalog and makes the queries to use created index instead.
CreationDate
BaseCatalog
created
CreationDate and created indexes in catalogs
created index in catalogs
-- I confirm I have tested this PR thoroughly and coded it according to PEP8 and Plone's Python styleguide standards.
Description of the issue/feature this PR addresses
This Pull Request removes the index
CreationDate
from catalogs that inherit fromBaseCatalog
and makes the queries to usecreated
index instead.Current behavior before PR
CreationDate
andcreated
indexes in catalogsDesired behavior after PR is merged
created
index in catalogs-- I confirm I have tested this PR thoroughly and coded it according to PEP8 and Plone's Python styleguide standards.