How to configure anon user interface for Plone add-on: EEA Faceted Navigation?

I have a default EACE facet navigation setting (by the way, a nice addition). Works great, but I can't figure out how to (TTW) present a faceted interface for anons.

The following is the login:

enter image description here

And here is an anonymous view:

enter image description here

For the purposes of this question, I would like anon to see the current type of search and portlets such as "portlets", but I can’t figure out how to configure this (again TTW, didn’t look at the code or ZMI or something like that.)

Is it possible?

+4
source share
3 answers

A graphical navigation interface is only displayed if there is more than one page of results. If you publish all those private items, they should appear.

+4
source

Starting with eea.facetednavigation 4.6, you can explicitly turn off smart hiding faces in the Graphic Settings menu.

+2
source

From the mantainers package:

===================

Hello,

"This is not a mistake, this is a function" :)

In fact, this is a feature (but I think we should abandon it or make it more explicit, since it always ends with this confusion).

Description of this function:

"If there is only one page of results (without a batch) without the criteria selected by the user (first page display), facets / widgets should be hidden, since it is useless to filter 5 documents."

  • To test this feature, go to the phased navigation page, which seems to have this “error” and displays at least 5 elements;
  • Now add a new hidden face for "results per page" and set it to 2;
  • Your edges should now be visible. "
+1
source

All Articles