🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

collective.iamisearch

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collective.iamisearch

Adds 'I am' and 'I search' dropdown menus in Plone

1.1.1
100

Supply Chain Security

100

Vulnerability

100

Quality

100

Maintenance

70

License

Uses eval

Supply chain risk

Package uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.

Found 1 instance in 1 package

Maintainers
4

===================== 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

  • French
  • Dutch

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)

  • Add missing Dutch translations [laulaz]

  • Fix menu entries sort order [laulaz]

1.0 (2018-10-04)

  • Fix styles for Plone 5 [AuroreMariscal]

1.0a1 (2018-09-19)

  • Initial release. [oxydedefer]

Keywords

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts