On Apps we have 280 connectors that divided in 24 on each tab and button to load more. If we are not on specific tab with necessary connector - it will not be found. But once we “Load more” and navigate on tab with necessary connector - it will be found in search. What could be the reason and how to fix it ?
Webflow’s native search only indexes what’s present in the DOM, so anything hidden behind tabs or “load more” buttons won’t be searchable until it’s rendered. To fix, switch to a CMS-driven collection list (with pagination) so all items are indexable, or use a custom search solution like Jetboost that supports dynamic filtering.
Check your Finsweet attributes, it looks like you have something setup incorrectly. Make sure your attributes are placed properly, and that you’re only using Finsweet v2 - not mixing e.g. filter from v1, load from v2.
Also the setup structure may be your issue, you have the results collection list inside of the filter form, which might be creating conflicts.