=====================
collective.iamisearch
.. image:: https://travis-ci.com/affinitic/collective.iamisearch.svg?branch=master
:target: https://travis-ci.com/affinitic/collective.iamisearch
This products allows you to categorize contents with terms from two editable taxonomies and get a dropdown menu with those terms to find related contents.
There are :
- "I am" terms
- "I search" terms
Features
- Adds a viewlet with dropdown menus ("I am" & "I search")
- Each terms in menus points to faceted results for this term
- SEO optimized (page URL, page title, page H1)
- Allows to display custom descriptions above faceted searches, configured by
value & language through a configlet
Translations
This product has been translated into
Installation
Install collective.iamisearch by adding it to your buildout::
[buildout]
...
eggs =
collective.iamisearch
and then running bin/buildout
TODO
- Make folder search / url calculation more robust (by using it's interface)
- Don't translate Faceted in XML but in code
Contribute
License
The project is licensed under the GPLv2.
Credits
This package was developed by Affinitic team <https://github.com/affinitic>
_.
.. image:: http://www.affinitic.be/affinitic_logo.png
:alt: Affinitic website
:target: http://www.affinitic.be
collective.iamisearch
is licensed under GNU General Public License, version 2.
Contributors
Changelog
1.1.1 (2019-11-27)
- Avoid error when descriptions mapping is not yet filled
[laulaz]
1.1 (2019-11-26)
-
Allow custom descriptions above faceted searches, by value & language
[laulaz]
-
Add SEO optimizations (page title, page URL, page H1)
[laulaz]
-
Improve faceted widget : "All" option makes no sense / show widget by default
to allow changing value / translate widget title
[laulaz]
-
Display menu to public (and not only Members)
[laulaz]
1.0.1 (2019-04-23)
1.0 (2018-10-04)
- Fix styles for Plone 5
[AuroreMariscal]
1.0a1 (2018-09-19)
- Initial release.
[oxydedefer]