{ "info": { "author": "RedTurtle Technology", "author_email": "sviluppoplone@redturtle.net", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "Programming Language :: Python" ], "description": "Introduction\n============\nA product that override basic plone search template and add some new features.\nIt has a left column with the search form and some additional fields to refine the search:\n\n- A radio button for choose if search in the current path or all portal\n- A list of indexes customizable from control panel\n\nIn the central frame there are the results, grouped in tabs (customized in the control panel)\n\n\nSettings\n========\nIn the control panel (RER Sitesearch) you can set some search parameters.\nThe most important are \"tabs\", \"indexes\" and \"hidden indexes\".\n\nTabs\n----\n\nThere is always a generic tab \"All\" that shows all search results.\nIn this configuration panel, you can set a list of additional tabs that will group results by portal_type.\n\nFor example you can add a tab \"Documents\" that contains documents and files.\nAnother tab \"News/events\" may contain News Items and Events.\n\nAnd so on.\n\nYou can also define the order of these tabs.\n\nIf you are a developer and provide a translation file with \"rer.sitesearch\" domain, you can translate the tabs\nin different languages.\n\nIndexes\n-------\nThe search view shows a list of parameters (indexes in catalog) in the left column to refine the results.\n\nIn Sitesearch control-panel you can define which indexes to show, with which label and the order.\n\n\nHidden indexes\n--------------\nSometimes the users came in the search form after clicking somewhere in the site, for example in a calendar portlet.\nThe generated url add some query parameters like \"start\" and \"end\" to perform the search and show only the events\nin the selected dates.\n\nThe search engine of rer.sitesearch remove all indexes passed in the query that don't match with it's indexes configuration,\nto avoid unwanted searches, so for example if you don't want to show some date filters in the sidebar, these filters (start and end)\nwill be stripped from the query and the search will be useful.\n\nHidden indexes configuration allows to define a set of indexes that needs to be kept for special searches like these.\nSo if a parameter matches this list will be included in the query and not stripped.\n\n\nDevelopment\n===========\n\nResources are registered on a separate bundle, and are compiled and minified by a grunt task.\n\nTo setup node/grunt environment, first of all you need to launch this command::\n\n npm install\n\n\nWhen you need to change some resources, you need to recompile them, and you have two ways.\n\n::\n\n grunt\n\nthis start a watch demon that listen to changes and recompile them automatically\n\n::\n\n grunt compile\n\ncompile all resources\n\n\nDependencies\n============\n\nThis product works only on Plone > 5.0\n\nPrevious versions (<3.0.0) still works with Plone4, but aren't on pypi (only on github on branch `plone4`).\n\n\nContribute\n==========\n\n- Issue Tracker: https://github.com/PloneGov-It/rer.sitesearch/issues\n- Source Code: https://github.com/PloneGov-It/rer.sitesearch\n\n\nCredits\n=======\n\nDeveloped with the support of\n\n.. image:: http://www.regione.emilia-romagna.it/rer.gif\n :alt: Regione Emilia-Romagna\n :target: http://www.regione.emilia-romagna.it/\n\nRegione Emilia Romagna supports the `PloneGov initiative`__.\n\n__ http://www.plonegov.it/\n\nAuthors\n=======\n\nThis product was developed by RedTurtle Technology team.\n\n.. image:: http://www.redturtle.net/redturtle_banner.png\n :alt: RedTurtle Technology Site\n :target: http://www.redturtle.net/\n\nChangelog\n=========\n\n3.2.3 (2019-09-11)\n------------------\n\n- Fix translations.\n [cekk]\n\n3.2.2 (2019-02-17)\n------------------\n\n- Remove unused upgrade-step for previous revert.\n [cekk]\n\n\n3.2.1 (2019-01-17)\n------------------\n\n- Reverted changes for custom persistent fields. We have some problems with shared zeoserver.\n [cekk]\n\n\n3.2.0 (2019-01-09)\n------------------\n- Fix solr support: now if solr is installed but disabled in the control panel,\n all searches doesn't pass through it\n [cekk]\n- Remove custom persistent fields in registry.\n [cekk]\n- a11y: Added role attribute for portalMessage\n [nzambello]\n\n\n3.1.1 (2018-10-11)\n------------------\n\n- Updated mobile styles\n [pnicolli]\n- Accessibility fixes\n [nzambello]\n\n\n3.1.0 (2017-12-21)\n------------------\n\n- Move resources to a separate bundle\n [cekk]\n- Improve IE11 compatibility\n [cekk]\n- Improve documentation\n [cekk]\n\n\n3.0.1 (2017-09-18)\n------------------\n\n- Fix query generation in sitesearch.js. Now doesn't include ajax_load in the url\n [cekk]\n\n\n3.0.0 (2017-09-13)\n------------------\n\n- more like this\n [mamico]\n- Plone 5 compatibility. Drop Plone 4. Use `plone4` branch.\n [cekk]\n\n2.4.3 (2015-12-02)\n------------------\n\n- Fix tests\n [mamico]\n\n- Plone 4.3 compatibility\n [cekk]\n\n\n2.4.2 (2015-01-19)\n------------------\n\n- Fix controlpanel icon [cekk]\n\n\n2.4.1 (2014-12-09)\n------------------\n\n- If search term string changes (searchableText) and the form is submitted,\n reset the all query and start with a new one\n [cekk]\n\n\n2.4.0 (2014-11-24)\n------------------\n\n- Add support to collective.solr [cekk]\n- Add configuration to limit word length and number of words in SearchableText\n [cekk]\n- Rewrite html for search results [cekk]\n\n2.3.3 (2014-02-20)\n------------------\n\n- Fixed search results structure [cekk]\n\n\n2.3.2 (2014-01-13)\n------------------\n\n- Fixed timezone handling [cekk]\n\n\n2.3.1 (2013-12-06)\n------------------\n\n- fixed tabs order results [cekk]\n- fixed bug in Plone timezones handling for start and end dates [cekk]\n\n\n2.3.0 (2013-07-08)\n------------------\n\n- refactored view to support plone.app.search [cekk]\n- moved configuration from site_properties to registry [cekk]\n- added tests [cekk]\n- customized \"skip_links\" viewlet for search view [cekk]\n\n2.2.1 (2012-10-12)\n------------------\n\n- fixed indexes column population [cekk]\n\n\n2.2.0 (2012-10-08)\n------------------\n\n- refactoring for Plone 4: now the template is removed and replaced by a view [cekk]\n\n\n2.1.1 (2012-10-04)\n------------------\n\n- fixed update step [cekk]\n- fixed first tab selection [cekk]\n\n\n2.1.0 (2012-10-04)\n------------------\n\n- moved search from skins to a view, for Plone4 compatibility (it isn't new-search like yet) [cekk]\n- added uninstall profile to remove skins [cekk]\n\n\n2.0.2 (2012-08-23)\n------------------\n\n- fixed style for results [cekk]\n\n\n2.0.1 (2012-08-03)\n------------------\n\n- removed search_form.pt [cekk]\n\n\n2.0.0 (2012-08-02)\n------------------\n\n- cleanup old Plone 3.2 garbage [keul]\n- fixed search view styles [cekk]\n- added configlet to manage sitesearch options [cekk]\n\n1.5.1 (2012/04/23)\n------------------\n\n- added class to hidden indexes info div [cekk]\n- fixed hidden indexes management [cekk]\n\n1.5.0 (2012/04/16)\n------------------\n\n- refactoring sitesearch_view to speed up searches [cekk]\n\n1.4.1 (2012/03/26)\n------------------\n\n- fix translation [cekk]\n\n1.4.0 (2012/03/12)\n------------------\n\n- Customized Date index for events [cekk]\n- Show date and location in events [cekk]\n- Use Date index to sort on dates [cekk]\n- Add \"hidden indexes\" configuration [cekk]\n\n1.3.1 (2011/11/28)\n------------------\n\n- Fix error in title whent the path is incorrect [cekk]\n\n1.3.0 (2011/11/28)\n------------------\n\n- Fix layout and css [nekorin]\n\n1.2.0 (2011/06/20)\n------------------\n\n- Add tabs customization [cekk]\n\n1.1.1 (2011/04/07)\n------------------\n\n- Remove alphabetical sorting for indexes. Now indexes are sorted in the configuration panel [cekk]\n\n1.1.0 (2011/04/04)\n------------------\n\n- Remove taxonomies specific tab. Now needs to be set in the config panel [cekk]\n\n1.0.6 (2010/11/08)\n------------------\n\n- Fix js for batching [cekk]\n\n1.0.5 (2010/11/08)\n------------------\n\n- Categories are filtered beside the selected type [cekk]\n\n1.0.4 (2010/11/04)\n------------------\n\n- Remove setup.cfg [cekk]\n\n1.0.3 (2010/11/04)\n------------------\n\n- Refectoring for browser history [cekk]\n\n1.0.2 (2010/10/28)\n------------------\n\n- Remove folder title in the view [cekk]\n\n1.0.1 (2010/10/28)\n------------------\n\n- Remove searchSubject index [cekk]\n- Change fieldname for sorting [cekk]\n- Add header with folder name [jacopo e cekk]\n\n1.0.0 (2010/09/23)\n------------------\n\n- Initial release", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.plone.org/svn/collective/", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "rer.sitesearch", "package_url": "https://pypi.org/project/rer.sitesearch/", "platform": "", "project_url": "https://pypi.org/project/rer.sitesearch/", "project_urls": { "Homepage": "http://svn.plone.org/svn/collective/" }, "release_url": "https://pypi.org/project/rer.sitesearch/3.2.3/", "requires_dist": null, "requires_python": "", "summary": "A product that change the base site search of Plone with some new features.", "version": "3.2.3" }, "last_serial": 5815699, "releases": { "3.1.0": [ { "comment_text": "", "digests": { "md5": "13c961995cc17129de49c64077821d4b", "sha256": "9c9709f19c48ca833b687e996008be53393bf2f30f20e870065cba9913467e80" }, "downloads": -1, "filename": "rer.sitesearch-3.1.0.tar.gz", "has_sig": false, "md5_digest": "13c961995cc17129de49c64077821d4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74521, "upload_time": "2017-12-21T08:50:38", "url": "https://files.pythonhosted.org/packages/74/98/88700242dc4d96e6c27c10edaee9a97df179e069e4d659b10e3c44e21aa7/rer.sitesearch-3.1.0.tar.gz" } ], "3.1.1": [ { "comment_text": "", "digests": { "md5": "e4b9b55340c5be348255dbdd5f208e65", "sha256": "2b021b053e26ab6978e724ca6255a977a110f5039af162f2831c302c696dd0f8" }, "downloads": -1, "filename": "rer.sitesearch-3.1.1.tar.gz", "has_sig": false, "md5_digest": "e4b9b55340c5be348255dbdd5f208e65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69984, "upload_time": "2018-10-11T08:51:45", "url": "https://files.pythonhosted.org/packages/b6/32/6ce03ff22f40dcae6318303a6fabea3d20c2f1462083622340ab3653a7b0/rer.sitesearch-3.1.1.tar.gz" } ], "3.2.0": [ { "comment_text": "", "digests": { "md5": "dc48011a9d70fc46ff39c110b8511622", "sha256": "af31d058e8efcdece60ea213832c34d726db3cdb4d8e207844681e6a0c8a2900" }, "downloads": -1, "filename": "rer.sitesearch-3.2.0.tar.gz", "has_sig": false, "md5_digest": "dc48011a9d70fc46ff39c110b8511622", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72699, "upload_time": "2019-01-09T08:47:48", "url": "https://files.pythonhosted.org/packages/25/c7/d0a8eeb568cc28133bb0faff093f1c989fbfb4d6b9c8b185728625ce80d9/rer.sitesearch-3.2.0.tar.gz" } ], "3.2.1": [ { "comment_text": "", "digests": { "md5": "e7637e9f5509c5d33cf597ffaa00096f", "sha256": "c6c74d799e2815634ef9955e03515285e049405b4de80e97e76af009565d3e24" }, "downloads": -1, "filename": "rer.sitesearch-3.2.1.tar.gz", "has_sig": false, "md5_digest": "e7637e9f5509c5d33cf597ffaa00096f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72909, "upload_time": "2019-01-17T14:56:22", "url": "https://files.pythonhosted.org/packages/3c/8d/78fb560066e94331a5a62746ae07ca3a0be5c5fd184ac75614bf11060f66/rer.sitesearch-3.2.1.tar.gz" } ], "3.2.2": [ { "comment_text": "", "digests": { "md5": "19deb4c91a6dd0e66e9361edaeca2b76", "sha256": "c2ab13ceb31a28fad9abd2cfdf26dee3feaf156e9e94bf5b74326135f22cc429" }, "downloads": -1, "filename": "rer.sitesearch-3.2.2.tar.gz", "has_sig": false, "md5_digest": "19deb4c91a6dd0e66e9361edaeca2b76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72494, "upload_time": "2019-02-17T12:51:47", "url": "https://files.pythonhosted.org/packages/48/e2/94bdd4c037d536ec9d4393154765e1d9822e8c10524df1f44876c75eb1ca/rer.sitesearch-3.2.2.tar.gz" } ], "3.2.3": [ { "comment_text": "", "digests": { "md5": "125a1ba412065aa2fe8b8b99f60d1798", "sha256": "590443b914e5c030996b2f33d2ea87ac5d8d015fa70037204b1bbcbc66365347" }, "downloads": -1, "filename": "rer.sitesearch-3.2.3.tar.gz", "has_sig": false, "md5_digest": "125a1ba412065aa2fe8b8b99f60d1798", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72662, "upload_time": "2019-09-11T15:49:14", "url": "https://files.pythonhosted.org/packages/25/98/e795d4219a0989ba75f485e6fc7031a0dac0f9f1c6ffaf629c1aab54ca61/rer.sitesearch-3.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "125a1ba412065aa2fe8b8b99f60d1798", "sha256": "590443b914e5c030996b2f33d2ea87ac5d8d015fa70037204b1bbcbc66365347" }, "downloads": -1, "filename": "rer.sitesearch-3.2.3.tar.gz", "has_sig": false, "md5_digest": "125a1ba412065aa2fe8b8b99f60d1798", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72662, "upload_time": "2019-09-11T15:49:14", "url": "https://files.pythonhosted.org/packages/25/98/e795d4219a0989ba75f485e6fc7031a0dac0f9f1c6ffaf629c1aab54ca61/rer.sitesearch-3.2.3.tar.gz" } ] }