In eea.facetednavigation we had a feature that would allow one to enable/disable result count per facet. This is also a major feature of modern search solutions like ElasticSearch or Solr.
Would be great to be able to enable counting per facet within Volto Search Block.
For this we will need:
- New RestAPI endpoint for counting
- Volto integration:
- Enable/Disable counting per facet
- RestAPI calls
- Facet view update to include counts
SOLR API: https://solr.apache.org/guide/8_1/json-facet-api.html#bucketing-facet-example
ES API: https://www.elastic.co/guide/en/app-search/current/facets.html
Plone Classic Faceted Navigation counter implementation:
Faceted navigation example from Plone Classic:

In eea.facetednavigation we had a feature that would allow one to enable/disable result count per facet. This is also a major feature of modern search solutions like ElasticSearch or Solr.
Would be great to be able to enable counting per facet within Volto Search Block.
For this we will need:
SOLR API: https://solr.apache.org/guide/8_1/json-facet-api.html#bucketing-facet-example
ES API: https://www.elastic.co/guide/en/app-search/current/facets.html
Plone Classic Faceted Navigation counter implementation:
Faceted navigation example from Plone Classic: