# CMS Filter/Nest Not Including All Items

**URL:** https://forum.finsweet.com/t/cms-filter-nest-not-including-all-items/640
**Category:** Attributes
**Created:** [May 16, 2023, 7:47pm UTC](https://forum.finsweet.com/t/cms-filter-nest-not-including-all-items/640 "2023-05-16T19:47:25Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![helixmediax](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/helixmediax/32/490_2.png) [@helixmediax](https://forum.finsweet.com/u/helixmediax)
#### Post date: [May 16, 2023, 7:47pm UTC](https://forum.finsweet.com/t/cms-filter-nest-not-including-all-items/640/1 "2023-05-16T19:47:26Z")

</div>

Hi! I am having an issue with the nested items. I cannot tell if the issue is with the filter or the nesting. If you take a look at the page and click on any of the Style dropdowns, you will get a list of the “Historic” “Traditional” and “Modern” styles. Whats strange is all of the styles work as long as they start with the letters between “I” and “Z” anything before that doesn’t show anything. In the collection template, it shows all of the styles correctly. Not sure whats going on, wondering if i could get some assistance. Thank you!

Update: I am realizing that most of the filters are not accurate. It doesn’t seem to be properly pulling from the template page.

> **[Midjourney Artists Resource V5](https://www.artisynth.com/midjourney/artists-v5)**
>
> Discover and Dynamically Filter a large database inspired by renowned artists with Midjourney Artists Resource V5, exclusively available to Artisynth subscribers.

[https://preview.webflow.com/preview/artisynth?utm\_medium=preview\_link&utm\_source=designer&utm\_content=artisynth&preview=b44bedeab32e4f3fe281c3f361c5c673&pageId=645bfaaa5538ed3000f4752a&workflow=preview](https://preview.webflow.com/preview/artisynth?utm_medium=preview_link&utm_source=designer&utm_content=artisynth&preview=b44bedeab32e4f3fe281c3f361c5c673&pageId=645bfaaa5538ed3000f4752a&workflow=preview)

---

<div class="post-metadata">

### Author: ![Support-Luis](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/support-luis/32/53_2.png) [@Support-Luis](https://forum.finsweet.com/u/Support-Luis)
#### Post date: [May 17, 2023, 12:22am UTC](https://forum.finsweet.com/t/cms-filter-nest-not-including-all-items/640/2 "2023-05-17T00:22:01Z")

</div>

Hey @helixmediax! Can er try adding a CMS Load instance with `render-all` to your style filters?

If you add this code to your page you can see in the logs how every other filter category has at least one result in the elements array… this makes me think this is not fully loaded on the page and something weird is happening

```auto
<script>
      window.fsAttributes = window.fsAttributes || [];
      window.fsAttributes.push([
        'cmsfilter',
        (filterInstances) => {
          console.log('cmsfilter Successfully loaded!');

          // The callback passes a `filterInstances` array with all the `CMSFilters` instances on the page.
          const [filterInstance] = filterInstances;
          // The `renderitems` event runs whenever the list renders items after filtering.
          filterInstance.listInstance.on('renderitems', (renderedItems) => {
            console.log(renderedItems);

            console.log(filterInstance.filtersData);
          });
        },
      ]);
    </script>

```

---

<div class="post-metadata">

### Author: ![helixmediax](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/helixmediax/32/490_2.png) [@helixmediax](https://forum.finsweet.com/u/helixmediax)
#### Post date: [May 17, 2023, 1:05am UTC](https://forum.finsweet.com/t/cms-filter-nest-not-including-all-items/640/3 "2023-05-17T01:05:23Z")

</div>

> [@Support-Luis](#):
>
> If you add this code to your page you can see in the logs how every other filter category has at least one result in the elements array… this makes me think this is not fully loaded on the page and something weird is happening
> 
> ```auto
> <script>
> window.fsAttributes = window.fsAttributes || [];
> window.fsAttributes.push([
> 'cmsfilter',
> 
> ```

---

<div class="post-metadata">

### Author: ![helixmediax](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/helixmediax/32/490_2.png) [@helixmediax](https://forum.finsweet.com/u/helixmediax)
#### Post date: [May 17, 2023, 3:19am UTC](https://forum.finsweet.com/t/cms-filter-nest-not-including-all-items/640/4 "2023-05-17T03:19:59Z")

</div>

Update. I duplicated the page and tried to see how everything loaded if i turned off fs load and it loaded everything right away. It seems that the issue is with the FS load and not with webflow or additional code on t he page.

---

<div class="post-metadata">

### Author: ![Support-Luis](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/support-luis/32/53_2.png) [@Support-Luis](https://forum.finsweet.com/u/Support-Luis)
#### Post date: [May 17, 2023, 7:16am UTC](https://forum.finsweet.com/t/cms-filter-nest-not-including-all-items/640/5 "2023-05-17T07:16:44Z")

</div>

Hey @helixmediax, I meant you to apply the CMS Load setup to your filter collection as the `render-all` option can impact load times as described in the documentation. But disregard that suggestion, your video shows it is not the filter collection that ic causing the issues.

I remember you were using the `load-under` option before. Have you tried activating the speed boost?

 ![Screen Shot 2023-05-17 at 01.08.25](https://europe1.discourse-cdn.com/flex013/uploads/finsweet1/original/1X/3c248a4587df711674b7a3745bdf201eed6bcc0e.png)

---

<div class="post-metadata">

### Author: ![helixmediax](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/helixmediax/32/490_2.png) [@helixmediax](https://forum.finsweet.com/u/helixmediax)
#### Post date: [May 17, 2023, 6:08pm UTC](https://forum.finsweet.com/t/cms-filter-nest-not-including-all-items/640/6 "2023-05-17T18:08:14Z")

</div>

> **[CMS Filter/Nest Not Including All Items - Attributes - Support Forum - 17 May...](https://www.loom.com/share/624b42f3305c4acfb15a00e0df036240)**

---

<div class="post-metadata">

### Author: ![Support-Luis](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/support-luis/32/53_2.png) [@Support-Luis](https://forum.finsweet.com/u/Support-Luis)
#### Post date: [May 17, 2023, 6:29pm UTC](https://forum.finsweet.com/t/cms-filter-nest-not-including-all-items/640/7 "2023-05-17T18:29:05Z")

</div>

This happens because CMS Nest requests info from the template page for each item upon the first page load, this is not needed for future loads as the info is stored in the user’s cache which expires on next page publish.

You could look into the second option for [CMS Nest](https://finsweet.com/attributes/cms-nest) which bypasses all these requests, this option does require some manual data entry and additional elements but has proved successful in improving load times.

---

<div class="post-metadata">

### Author: ![helixmediax](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/helixmediax/32/490_2.png) [@helixmediax](https://forum.finsweet.com/u/helixmediax)
#### Post date: [May 17, 2023, 7:18pm UTC](https://forum.finsweet.com/t/cms-filter-nest-not-including-all-items/640/8 "2023-05-17T19:18:57Z")

</div>

Hey Luis, so thats what i thought as well (saved in the cache). But i found that it still takes a while for it to load in those images even when its been done before. Is there no fix on yalls end? The issue for me is that it was working perfectly not too long ago (with the nesting) but it recently started having these issues.

---

<div class="post-metadata">

### Author: ![helixmediax](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/helixmediax/32/490_2.png) [@helixmediax](https://forum.finsweet.com/u/helixmediax)
#### Post date: [May 17, 2023, 10:14pm UTC](https://forum.finsweet.com/t/cms-filter-nest-not-including-all-items/640/9 "2023-05-17T22:14:29Z")

</div>

Ok so it looks like it is working now, im not sure if it was my end or yall. But ill keep ya posted. Thanks again!

---

<div class="post-metadata">

### Author: ![helixmediax](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/helixmediax/32/490_2.png) [@helixmediax](https://forum.finsweet.com/u/helixmediax)
#### Post date: [May 17, 2023, 10:50pm UTC](https://forum.finsweet.com/t/cms-filter-nest-not-including-all-items/640/10 "2023-05-17T22:50:37Z")

</div>

Nvm, it was working for a few but then it started messing up again.

---

<div class="post-metadata">

### Author: ![helixmediax](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/helixmediax/32/490_2.png) [@helixmediax](https://forum.finsweet.com/u/helixmediax)
#### Post date: [May 17, 2023, 10:55pm UTC](https://forum.finsweet.com/t/cms-filter-nest-not-including-all-items/640/11 "2023-05-17T22:55:14Z")

</div>

Also, i cannot do the manual process.

---

<div class="post-metadata">

### Author: ![helixmediax](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/helixmediax/32/490_2.png) [@helixmediax](https://forum.finsweet.com/u/helixmediax)
#### Post date: [May 19, 2023, 9:40pm UTC](https://forum.finsweet.com/t/cms-filter-nest-not-including-all-items/640/12 "2023-05-19T21:40:13Z")

</div>

Hi, Have yall found a fix for the Finsweet Nest?

---

<div class="post-metadata">

### Author: ![helixmediax](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/helixmediax/32/490_2.png) [@helixmediax](https://forum.finsweet.com/u/helixmediax)
#### Post date: [May 19, 2023, 10:51pm UTC](https://forum.finsweet.com/t/cms-filter-nest-not-including-all-items/640/13 "2023-05-19T22:51:14Z")

</div>

Can Someone please help me? The only alternative I see is to switch to Jetboost. The issue becomes corrected when i remove the Finsweet Nest Code. I cannot enter the info manually. I do not know of any other options. I have been working specifically with Finsweet on all of my projects and I spent money to join these Forums to get these issues resolved. Please Help
