I am using the collection and collection filter buttons on my website. And there’s two function I have been looking for, but haven’t found:
When there are no results to multiple activated collection filters, I would like a message to be displayed. Something like “No results match the filters entered”. Is there a built-in sitejet setting/feature, that can do that for me. Or is my only possible way of achieving this, by writing my own code? Anybody know how the collection works so i can achieve this?
Is it possible to set the collection filter buttons so they can be toggled? Meaning if I want a filter to be activated I click once on the buttom, but if i no longer want to search with that filter I click a second time.
As far as I know, neither of these is currently a built-in feature in Sitejet.
There is no automatic “No results found” message when filters return empty – this would require a small custom JS solution.
Also, filter buttons are not toggleable by default. Usually this is handled with an “All” or “Reset filters” button.
Would be a great feature request though
I’ve run into the same limitation in real projects.
A “No results match your filters” message would really improve UX — especially when combining multiple filters. Right now it can feel broken to users if nothing appears.
Toggleable filter buttons would also make sense. Being able to click again to deactivate a filter feels more intuitive than forcing users to use an “All” or reset button.