Mastering Plone
  • Custom Search
    • eea.facetednavigation
 
Mastering Plone
  • Docs »
  • Custom Search
  • Edit on GitHub

Custom Search¶

Advertencia

Skip this since eea.facettednavigation is not yet compatible with Plone 5.

We can use the indexes we created in the last chapter to further improve the talk list.

If the chapters about views seem complex, the custom search addon shown below might be a great alternative until you feel comfortable writing views and templates. There are several tools that allow you to add amazing custom searches and content listings through the web in Plone.

eea.facetednavigation¶

  • Instale el producto eea.facetednavigation

  • Habilita navegación en facetas en una nueva carpeta “Descubriendo Charlas” haciendo clic en Acciones > Enable faceted navigation

  • Haga clic en la pestaña Faceted criteria para configurarla

    • Selecciona “Talk” para Portal type, oculta Results per page

    • Add a checkboxes widget to the left and use the catalog index Audience for it.
    • Add a select widget for speaker
    • Add a radio widget for type_of_talk
    • Otros widgets notables son: tagcloud, a-z, search

Ejemplos:

  • http://www.dipf.de/en/research/projects
  • https://mountaineers.org/learn/find-courses-clinics-seminars
  • http://www.dynajet.de/en/hochdruckreiniger

Ver también

We use the new catalog indexes to provide the data for the widgets and search the results. For other use cases we could also use either the built-in vocabularies (https://pypi.python.org/pypi/plone.app.vocabularies) or create custom vocabularies for this.

  • Vocabularios personalizados a través de la Web usando Products.ATVocabularyManager

  • Programando usando vocabularios: http://docs.plone.org/external/plone.app.dexterity/docs/advanced/vocabularies.html


© Copyright The text and illustrations in this website are licensed by the Plone Foundation under a Creative Commons Attribution 4.0 International license..

Built with Sphinx using a theme provided by Read the Docs.