I have a list of categories (143 items) and a list of jobs (187 items).
I want to use Finsweet Attributes’ facets on the category list. From what I understand, I need to use something like render-all
to make that work. To show all facets.
However, as soon as I implement render-all
, the facets stop working 
Has anyone tackled this issue before?
Also worth noting:
On the screenshot I am using facet-hide thing, to hide emtpy facets.
- Links show a total of 94 jobs
- Actual total: 187 jobs
Any help would be appreciated!
Hey @johan.van.wambeke! Thank you for the report! We have pushed an update that should fix the issue.
I have tested it on your site and the job count is showing all 187 jobs
Could you please test on your end and let me know if there are any more issues?
Please test on an incognito window or clear the cache on your main browser!
Hey Luis,
So the job list is not the issue, it is the categories list.
When I turn on pagination on that one with fs-list-load=all
The faceted part kind of breaks, the auto-hide breaks.
In this specific site I have reduced the categories below 100 at the moment, but it will shoot above 100 on the live site again.
I kept trying things.
Another thing I notice as soon as I add
fs-list-element=list
The items get filtered away when I enter any sort of filter condition.
If you add a loading mode to the filter UI list, you’ll need to define an instance to both of the collection lists. This can be fs-list-instance = filters
and fs-list-instace = job-list
for example.
I am also noticing some attributes have been added that do not exist on the documentation, fs-filter-custom="true"
for example.
If you’d like, we can jump on a call and I can walk you throguh the setup! Just DM me to set it up!
After using unique fs-list-instance
on both the joblist is no longer being filtered when filtering by category. Also the facet counts and fs-list-emptyfacet=hidden
stop working.
I don’t think different instances are what we need here, left side should filter right side.
fs-filter-custom="true"
was something chatgpt came up with. I am now using the proper documentation to do the custom code. I have a radius search filter that runs when items are filtered. Filtering works but again it seems the facets do not update.
I have a list of categories 143 items and a list of jobs 187 items. I want to use Finsweet Attributes’ facets on the category list. During faceted search, when filtering on a feature with one Spacebar clicker value and no other filters can be shown, facet filters disappear and don’t come back …
I am now working with less then 100 categories but I still need this solution.
Do you know where the issue is?