This product is adding fuzzy search function for Plone
Project description
Introduction
This system creates index for fuzzy search when content created and/or modified.
We can get fuzzy suggestions on search page, if site has near words.
Developing repository : https://bitbucket.org/cmscom/c2.search.fuzzy Issue tracker : https://bitbucket.org/cmscom/c2.search.fuzzy/issue
Japanese site
You shuld install MeCab and c2.splitter.mecabja. You can find PyPI : http://pypi.python.org/pypi/c2.splitter.mecabja . The site has detail information.
Special thanks
Supported by
@hiratara
Referred site
Changelog
1.0a6 (2018-03-07)
Only Support Plone 5 [Manabu TERADA]
Support SQL DB back end [Manabu TERADA]
Bug fix for 2nd word length [Manabu TERADA]
1.0a5 (2012-10-10)
Remove debug code in JavaScript. [Manabu TERADA]
1.0a4 (2012-10-07)
Check and no depend MeCab. [Manabu TERADA]
1.0a3 (2012-09-08)
Remove catalog.xml because don’t need it. [Manabu TERADA]
Modify bug fix for fuzzy-search template. [Manabu TERADA]
1.0a2 (2012-09-07)
Modify bug fix for Plone 4.1/4.2, because it dose not have cmf.ManagePortal. [Manabu TERADA]
1.0a1 (2012-09-07)
Initial release
c2.search.fuzzy Installation
Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:
Add c2.search.fuzzy to the list of eggs to install, e.g.:
[buildout] ... eggs = ... c2.search.fuzzy
Tell the plone.recipe.zope2instance recipe to install a ZCML slug:
[instance] recipe = plone.recipe.zope2instance ... zcml = c2.search.fuzzy
Re-run buildout, e.g. with:
$ ./bin/buildout -N
You can skip the ZCML slug if you are going to explicitly include the package from another package’s configure.zcml file.
settings
quick install
You need install c2.search.fuzzy at quick install.
index build
You can find Fuzzy Search Settings in add-on setting to control-panel. And, you can access to http://YOUR-PLONE-SITE/@@fuzzy-search-controlpanel from the link. Last, You should click to Rebuild button.
Project details
Release history Release notifications | RSS feed
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 c2.search.fuzzy-1.0a6.tar.gz
.
File metadata
- Download URL: c2.search.fuzzy-1.0a6.tar.gz
- Upload date:
- Size: 24.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 842991618d35299d0304628dcd034cecc11c1e43cc768835f6853518553d492a |
|
MD5 | bfa82301dfe23e4306d22960736f8208 |
|
BLAKE2b-256 | b2c5d1a0518e7d78293a74c30c808e9a1a9a053c5a6c9b1f63dc0b37764de000 |