This release is a pre-release and may not be stable for production use.
Introduction
This package gives Google or Yahoo like search result view for Plone.
Plone default is using content description for search result page.
This package will display a part of paragraph with searching word in placed. The part of paragraph may be a body text, a title, a description of the content.
This package adds SearchableText on metadata in portal_catalog.
warning: size of index data may be became big.
requirement
Plone 3.x (Tested by Plone 3.3.1 on MaxOS X 10.5)
Changelog
1.0b3 (2010-02-24)
Bug fixed for UnicodeDecodeError
1.0b2 (2010-02-12)
Fixed cutting text and highlight for 2 or more words
Modify for full width space
1.0b1 (2010-02-02)
Fixed bug, When a Noting Search string.
1.0a2 (2010-01-09)
Fixed bug, When a Noting metadata.
1.0a1 (2010-01-08)
Initial release
c2.search.customdescription Installation
When you’re reading this you have probably already run easy_install c2.search.customdescription. Find out how to install setuptools (and EasyInstall) here: http://peak.telecommunity.com/DevCenter/EasyInstall
Get pythonproducts and install it via:
python setup.py install --home /path/to/instance
into your Zope instance.
Create a file called c2.search.customdescription-configure.zcml in the /path/to/instance/etc/package-includes directory. The file should only contain this:
<include package="c2.search.customdescription" />
Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:
Add c2.search.customdescription to the list of eggs to install, e.g.:
[buildout] ... eggs = ... c2.search.customdescriptionTell the plone.recipe.zope2instance recipe to install a ZCML slug:
[instance] recipe = plone.recipe.zope2instance ... zcml = c2.search.customdescriptionRe-run buildout, e.g. with:
$ ./bin/buildout
You can skip the ZCML slug if you are going to explicitly include the package from another package’s configure.zcml file.
Release files for c2.search.customdescription 1.0b3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| c2.search.customdescription-1.0b3.tar.gz | 15.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| c2.search.customdescription-1.0b3-py2.4.egg | Legacy Egg format | - | - | Details |
Total release size: 35.0 kB
Release files / c2.search.customdescription-1.0b3.tar.gz
| Download URL | c2.search.customdescription-1.0b3.tar.gz |
|---|---|
| Size | 15.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
283f198c677e47850b34277f66013ae6abf1e4ba2ab54f36fd30e6ce3a2f3f5e
|
|
BLAKE2b-256 checksum How to use checksums |
cd2bc7647dfee12a377ada18339f3cd06c121ce6473c889a5a2e5f61c21a980a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / c2.search.customdescription-1.0b3-py2.4.egg
| Download URL | c2.search.customdescription-1.0b3-py2.4.egg |
|---|---|
| Size | 19.7 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
1776592060ed7bc44dc017d066bc19206b9b9e886b85431551b0ccd94563f40b
|
|
BLAKE2b-256 checksum How to use checksums |
553f8c2f8ce873411225275c50c605404f58e8c9190a928259a2aed8dce1c778
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |