Flexible high level search construction and execution for Zope (>= 4)
Project description
AdvancedQuery is a Zope product extending Zope’s search engine ZCatalog with the following key features:
flexible and intuitive construction of query objects
support for arbitrary “and”, “or” and “not” combinations of queries
flexible multi-level sort support; incremental sorting
ranking support
new elementary searches (such as “glob” and “regexp” searches)
support for incremental filtering
functional and/or efficiency gains via Zope “(subscription) adapter”s for indexes
optional integration with dm.incrementalsearch, a low level incremental search engine aiming to reduce the number of ZODB loads for searching
For more information, see AdvancedQuery.html in the doc subfolder.
Installation
The package can be pip installed.
The use of this package requires that its configure.zcml is “executed” during startup (usually, this happens automatically).
In order to use this package in Plone, the companion package dm.plone.advancedquery must be installed and its configure.zcml “executed” during startup.
Partial history
- 4.2.1
Adapt to module move Products.ZCatalog.Lazy --> ZTUtils.Lazy.
- 4.2
Handle size based switch from dict to IIBTree for ZCTextIndex’s word info values.
- 4.1
Extensions/optimizations for ZCTextIndex with Okapi-Index.
- 4.0
Python 3/Zope 4 compatibility
Drop support for Zope2 (due to significant differences between the Products.ZCatalog versions for Zope2 and Zope 4+, respectively).
Supports Plone 5.2+ via the companion package dm.plone.advancedquery.
Integration of indexes and dm.incrementalsearch now customizable via (subscription) adapters – independence of Products.ManagableIndex and dm.incrementalsearch.
- 3.0.4
Adapt to cosmetic modifications in Products.CMFCore==2.3.0.
- 3.0.3
use the newer index sorting API (documentToKeyMap) if the older API (keyForDocument) is missing or obviously broken.
The fix has been introduced for the nogopip index used in Plone 4.1. Unfortunately, this index version not only defines a broken keyForDocument but in addition uses call frame inspection targeted at ZCatalog sorting which fails when called by AdvancedQuery, see https://dev.plone.org/plone/ticket/11637. Until this problem is resolved, you cannot use a nogopip index as sort index for AdvancedQuery.
- 3.0.2
Zope 2.13 compatibility
- 3.0.1
fix test suite for Zope 2.12 by dropping ZopeTestCase.framework support. This implies that the test suite can now only be executed via the Zope test runner.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Products.AdvancedQuery-4.2.1.tar.gz
.
File metadata
- Download URL: Products.AdvancedQuery-4.2.1.tar.gz
- Upload date:
- Size: 52.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 295fa897ad8d8ceb4f8b5dc1742ccbd8d7e0924764a33ccd8319b5bdbf401403 |
|
MD5 | 80c4dc98d031c991bcbd0c269f500e0f |
|
BLAKE2b-256 | 3b1e28b910f104811bf0927769cfea882a620fc8cd7f8ffeb0a5651dfbfdba66 |