Skip to main content

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

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

c2.search.fuzzy-1.0a6.tar.gz (24.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page