Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mamico/experimental.catalogplan
https://github.com/mamico/experimental.catalogplan
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mamico/experimental.catalogplan
- Owner: mamico
- License: other
- Created: 2022-07-18T09:14:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T11:03:26.000Z (5 months ago)
- Last Synced: 2024-12-02T06:03:19.675Z (about 2 months ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
========================
experimental.catalogplan
========================.. image:: https://badge.fury.io/py/experimental.catalogplan.svg
:target: https://badge.fury.io/py/experimental.catalogplan
:alt: latest release version badge by Badge Fury.. image:: https://coveralls.io/repos/github/mamico/experimental.catalogplan/badge.svg
:target: https://coveralls.io/github/mamico/experimental.catalogplan
:alt: Coveralls statusIntroduction
============* fix plan for unused index in a query https://github.com/zopefoundation/Products.ZCatalog/pull/138
This fix is now released in Products.ZCatalog 6.3.* avoid to have DateRecurringIndex between the valueindexes https://github.com/collective/Products.DateRecurringIndex/pull/8
* Fix catalog plan for query with operators https://github.com/zopefoundation/Products.ZCatalog/pull/139
This fix (only for `not` operator) is now released in Products.ZCatalog 6.3.Usage
=====Plone::
[instance]
recipe = plone.recipe.zope2instance
eggs =
experimental.catalogplanZope::
[instance]
recipe = plone.recipe.zope2instance
eggs =
experimental.catalogplan
zcml =
experimental.catalogplanWarning
=======This is an experimental addon, mostly safe, but still experimental
**USE AT YOUR OWN RISK**