I'm using 8.x-1.1.
I would like to display a Reset Facets Link but this will only show if I have facets enabled in the Facets Summary. But I don't need the rest of the summary as I feel it is a duplication of controls that are right below the summary:

My old screenshot on this issue indicates that this was possible in 8.x-1.0-beta2. Perhaps in that version the reset link depended on the summary of how many results found. In my case even that would be duplication because that same information is displayed just to the right in the search results summary. I just would like the reset link. Is it possible?
| Comment | File | Size | Author |
|---|---|---|---|
| reset-facets-link.png | 58.71 KB | nick hope |
Comments
Comment #2
marcoka commentedA simple and fast fix would be to use css to hide them i guess.
Comment #3
anybodyComment #4
fengtan@Nick Hope I ran into the same issue and had to set the position to
Show only reset linkatadmin/config/search/facets/facet-summary/<my-facet-summary>/edit-- that removed the rest of the summary and only left the reset link.Comment #5
nick hope commentedThank you #fengtan. I'm not sure if that's a new feature since I raised this issue, or if I just missed it, but that does exactly what I was looking for.