{ "info": { "author": "Manabu TERADA", "author_email": "terada@cmscom.jp", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\n===============\n\nThis system creates index for fuzzy search when content created and/or modified.\n\nWe can get fuzzy suggestions on search page, if site has near words.\n\n\n\nDeveloping repository : https://bitbucket.org/cmscom/c2.search.fuzzy\nIssue tracker : https://bitbucket.org/cmscom/c2.search.fuzzy/issue\n\n\nJapanese site\n--------------------\n\nYou shuld install MeCab and c2.splitter.mecabja.\nYou can find PyPI : http://pypi.python.org/pypi/c2.splitter.mecabja .\nThe site has detail information.\n\nSpecial thanks\n-------------------\n\n- Supported by\n\n - ike@rokujohitoma\n - @hiratara\n\n- Referred site\n\n - http://blog.notdot.net/2010/07/Damn-Cool-Algorithms-Levenshtein-Automata\n\nChangelog\n===========\n\n1.0a6 (2018-03-07)\n---------------------\n\n- Only Support Plone 5 [Manabu TERADA]\n- Support SQL DB back end [Manabu TERADA]\n- Bug fix for 2nd word length [Manabu TERADA]\n\n\n1.0a5 (2012-10-10)\n---------------------\n\n- Remove debug code in JavaScript. [Manabu TERADA]\n\n1.0a4 (2012-10-07)\n---------------------\n\n- Check and no depend MeCab. [Manabu TERADA]\n\n1.0a3 (2012-09-08)\n---------------------\n\n- Remove catalog.xml because don't need it. [Manabu TERADA]\n- Modify bug fix for fuzzy-search template. [Manabu TERADA]\n\n1.0a2 (2012-09-07)\n---------------------\n\n- Modify bug fix for Plone 4.1/4.2, because it dose not have `cmf.ManagePortal`. [Manabu TERADA]\n\n1.0a1 (2012-09-07)\n---------------------\n\n- Initial release\n\nc2.search.fuzzy Installation\n===================================\n\nAlternatively, if you are using zc.buildout and the plone.recipe.zope2instance\nrecipe to manage your project, you can do this:\n\n* Add ``c2.search.fuzzy`` to the list of eggs to install, e.g.::\n\n [buildout]\n ...\n eggs =\n ...\n c2.search.fuzzy\n\n* Tell the plone.recipe.zope2instance recipe to install a ZCML slug::\n\n [instance]\n recipe = plone.recipe.zope2instance\n ...\n zcml =\n c2.search.fuzzy\n\n* Re-run buildout, e.g. with:\n\n $ ./bin/buildout -N\n\nYou can skip the ZCML slug if you are going to explicitly include the package\nfrom another package's configure.zcml file.\n\n\nsettings\n--------------\n\n* quick install\n\nYou need install `c2.search.fuzzy` at quick install.\n\n* index build\n\nYou can find `Fuzzy Search Settings` in add-on setting to control-panel.\nAnd, you can access to `http://YOUR-PLONE-SITE/@@fuzzy-search-controlpanel` from the link.\nLast, You should click to `Rebuild` button.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.cmscom.jp", "keywords": "plone fuzzy search", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "c2.search.fuzzy", "package_url": "https://pypi.org/project/c2.search.fuzzy/", "platform": "", "project_url": "https://pypi.org/project/c2.search.fuzzy/", "project_urls": { "Homepage": "http://www.cmscom.jp" }, "release_url": "https://pypi.org/project/c2.search.fuzzy/1.0a6/", "requires_dist": null, "requires_python": "", "summary": "This product is adding fuzzy search function for Plone", "version": "1.0a6" }, "last_serial": 3646653, "releases": { "1.0a1": [ { "comment_text": "", "digests": { "md5": "649720400ce99bceb3b81c830b65768b", "sha256": "05b2f1a5d116db305332ec09ec573c235c5788f2ff80fab0321ecb415b252781" }, "downloads": -1, "filename": "c2.search.fuzzy-1.0a1.tar.gz", "has_sig": false, "md5_digest": "649720400ce99bceb3b81c830b65768b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21336, "upload_time": "2012-09-07T08:53:00", "url": "https://files.pythonhosted.org/packages/ee/ce/c302ef65afa39bbbe9e5ca6d11f6a5edbc1466955f05c4b582854b8a3e14/c2.search.fuzzy-1.0a1.tar.gz" } ], "1.0a2": [ { "comment_text": "", "digests": { "md5": "3ae75e9fd5750de47d4830d2dbda849e", "sha256": "af2006da29dd0e62bf29971f8a1677ff99f35aabdeba43fc5821b1cadffb31c6" }, "downloads": -1, "filename": "c2.search.fuzzy-1.0a2.tar.gz", "has_sig": false, "md5_digest": "3ae75e9fd5750de47d4830d2dbda849e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21451, "upload_time": "2012-09-07T09:02:16", "url": "https://files.pythonhosted.org/packages/b6/d8/0574114882404ec8e8ed8c179e69e11f09f54bad278d132241a5651f1b92/c2.search.fuzzy-1.0a2.tar.gz" } ], "1.0a3": [ { "comment_text": "", "digests": { "md5": "d77cbd4b8231e97850224c82674f1ff4", "sha256": "da3589a001cd2470a3c1fc3c4e29b833d15e41feddcd9f2998af37dcb66d83b8" }, "downloads": -1, "filename": "c2.search.fuzzy-1.0a3.tar.gz", "has_sig": false, "md5_digest": "d77cbd4b8231e97850224c82674f1ff4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21224, "upload_time": "2012-09-07T23:52:16", "url": "https://files.pythonhosted.org/packages/fe/19/b95d1560dbe178bed762b54e16dcecf1d2720a57064767e6a100d5890265/c2.search.fuzzy-1.0a3.tar.gz" } ], "1.0a4": [ { "comment_text": "", "digests": { "md5": "11486817b87e0b6ad313a1823c8c455e", "sha256": "a0983e833a7e05d57b9bf0932c383cb9deb9fe43c87d9a144f9762349ad49e8f" }, "downloads": -1, "filename": "c2.search.fuzzy-1.0a4.tar.gz", "has_sig": false, "md5_digest": "11486817b87e0b6ad313a1823c8c455e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21534, "upload_time": "2012-10-09T14:01:59", "url": "https://files.pythonhosted.org/packages/2a/0b/9c0df6f64bbc1c9c8a8dd25a9d58eafeb965bec502dcfc8165a9d47e0d9b/c2.search.fuzzy-1.0a4.tar.gz" } ], "1.0a5": [ { "comment_text": "", "digests": { "md5": "f6aa1cf1d0b77b9e26fd3ccb602ade83", "sha256": "18e364c54413889ef49b67ea8178c5bcdbe5bce202c7eaf31631fdbfbfc70fc1" }, "downloads": -1, "filename": "c2.search.fuzzy-1.0a5.tar.gz", "has_sig": false, "md5_digest": "f6aa1cf1d0b77b9e26fd3ccb602ade83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22390, "upload_time": "2012-10-10T15:12:16", "url": "https://files.pythonhosted.org/packages/db/ad/34c9b47987c99febf56531c8d089f7e02bed1c99cff35634b743ca33df03/c2.search.fuzzy-1.0a5.tar.gz" } ], "1.0a6": [ { "comment_text": "", "digests": { "md5": "bfa82301dfe23e4306d22960736f8208", "sha256": "842991618d35299d0304628dcd034cecc11c1e43cc768835f6853518553d492a" }, "downloads": -1, "filename": "c2.search.fuzzy-1.0a6.tar.gz", "has_sig": false, "md5_digest": "bfa82301dfe23e4306d22960736f8208", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24281, "upload_time": "2018-03-07T05:47:31", "url": "https://files.pythonhosted.org/packages/b2/c5/d1a0518e7d78293a74c30c808e9a1a9a053c5a6c9b1f63dc0b37764de000/c2.search.fuzzy-1.0a6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bfa82301dfe23e4306d22960736f8208", "sha256": "842991618d35299d0304628dcd034cecc11c1e43cc768835f6853518553d492a" }, "downloads": -1, "filename": "c2.search.fuzzy-1.0a6.tar.gz", "has_sig": false, "md5_digest": "bfa82301dfe23e4306d22960736f8208", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24281, "upload_time": "2018-03-07T05:47:31", "url": "https://files.pythonhosted.org/packages/b2/c5/d1a0518e7d78293a74c30c808e9a1a9a053c5a6c9b1f63dc0b37764de000/c2.search.fuzzy-1.0a6.tar.gz" } ] }