-
-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search Block: count results per facet #4766
Comments
cc: @ionlizarazu |
@avoinea what's the status for this one? It's ok to slate it for 18? |
@sneridagh AFAIK there is no progress on it lately. Thus, I think it's safer to move it to 18.x. |
@sneridagh This is currently more of a proof-of-concept. It should wait for 18. Ideally, we should improve the API in ZCatalog/plone.app.querystring so that we don't have to duplicate code from them. |
Any updates on this feature? Any advice of how to temporality support it? |
@FarooqAlaulddin There is an open PR on plone.restapi plone/plone.restapi#1637 that has to be refactored and move code upstream directly in ZCatalog and plone.app.querystring as @davisagli suggested 😉 |
For anyone looking to add this feature prior to the official releases, you need: Backend Support:
Volto: |
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:
The text was updated successfully, but these errors were encountered: