# My URL filters aren't working

**URL:** https://community.sitejet.io/t/my-url-filters-arent-working/1085
**Category:** Report a bug
**Tags:** cms\_collection
**Created:** [September 29, 2021, 2:46am UTC](https://community.sitejet.io/t/my-url-filters-arent-working/1085 "2021-09-29T02:46:54Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Shaina\_Nacion](https://dub1.discourse-cdn.com/flex017/user_avatar/community.sitejet.io/shaina_nacion/32/205_2.png) [@Shaina\_Nacion](https://community.sitejet.io/u/Shaina_Nacion)
#### Post date: [September 29, 2021, 2:46am UTC](https://community.sitejet.io/t/my-url-filters-arent-working/1085/1 "2021-09-29T02:46:54Z")

</div>

Hi Sitejet team! I’ve reviewed the help document and I’m quite certain I’ve built my URL filters properly, but they don’t seem to be working.

Here is the page: [1e5753-5291f.preview.sitejet.io/shop](https://1e5753-5291f.preview.sitejet.io/shop)

You can see I have a row of links at the top saying “all products” “free resources” etc., but when I click on them, the URL filter doesn’t get applied to the collection items. I also triple-checked that I have “consider URL filters” checked in the collection settings.

 ![image](https://europe1.discourse-cdn.com/flex017/uploads/sitejet/original/1X/6a1a9f81ab3d8b1079e8296985f9358bac85333d.png)  
 ![image](https://europe1.discourse-cdn.com/flex017/uploads/sitejet/original/1X/a08733bebfb6abded807a9c504ec07a0dafa2231.png)

What am I doing wrong?

---

<div class="post-metadata">

### Author: ![Shaina\_Nacion](https://dub1.discourse-cdn.com/flex017/user_avatar/community.sitejet.io/shaina_nacion/32/205_2.png) [@Shaina\_Nacion](https://community.sitejet.io/u/Shaina_Nacion)
#### Post date: [October 1, 2021, 7:47pm UTC](https://community.sitejet.io/t/my-url-filters-arent-working/1085/2 "2021-10-01T19:47:18Z")

</div>

@Andre Any ideas on this? 🤔

---

<div class="post-metadata">

### Author: ![Lucian\_Dinu](https://dub1.discourse-cdn.com/flex017/user_avatar/community.sitejet.io/lucian_dinu/32/141_2.png) [@Lucian\_Dinu](https://community.sitejet.io/u/Lucian_Dinu)
#### Post date: [October 4, 2021, 8:10am UTC](https://community.sitejet.io/t/my-url-filters-arent-working/1085/3 "2021-10-04T08:10:37Z")

</div>

Hi! I think there **is a bug** on the Sitejet side(in the JavaScript library).  
It doesn’t support URL filters with columns that include “-” **hyphens**.

So in your example:

```auto
!filter[columns.product-type]=Course

```

… **product-type** filter is ignored.

So… I guess there are 2 options:

1. Rename the column key so it doesn’t inlcude any hyphens.
2. Let Sitejet release a fix

Hope this helps!

---

<div class="post-metadata">

### Author: ![Andre](https://dub1.discourse-cdn.com/flex017/user_avatar/community.sitejet.io/andre/32/3459_2.png) [@Andre](https://community.sitejet.io/u/Andre)
#### Post date: [October 4, 2021, 3:20pm UTC](https://community.sitejet.io/t/my-url-filters-arent-working/1085/4 "2021-10-04T15:20:27Z")

</div>

Thanks for pointing this out @Shaina_Nacion - I forwarded this to our developers to investigate if this is a bug and how to fix it. Will get back to you as soon as I know more.

Moved this to -\>bugs for the time being.

---

<div class="post-metadata">

### Author: ![Shaina\_Nacion](https://dub1.discourse-cdn.com/flex017/user_avatar/community.sitejet.io/shaina_nacion/32/205_2.png) [@Shaina\_Nacion](https://community.sitejet.io/u/Shaina_Nacion)
#### Post date: [October 4, 2021, 11:41pm UTC](https://community.sitejet.io/t/my-url-filters-arent-working/1085/5 "2021-10-04T23:41:17Z")

</div>

@Lucian_Dinu @Andre Okay, thank you both! I’m glad it wasn’t just me being dumb 😆 For now I’ll rename the column to not include the hyphen. Thanks again!

---

<div class="post-metadata">

### Author: ![Andre](https://dub1.discourse-cdn.com/flex017/user_avatar/community.sitejet.io/andre/32/3459_2.png) [@Andre](https://community.sitejet.io/u/Andre)
#### Post date: [October 5, 2021, 7:51am UTC](https://community.sitejet.io/t/my-url-filters-arent-working/1085/6 "2021-10-05T07:51:44Z")

</div>

@Shaina_Nacion @Lucian_Dinu - we are on this issue to fix it. Thank you for being so patient and reporting this!

---

<div class="post-metadata">

### Author: ![Andre](https://dub1.discourse-cdn.com/flex017/user_avatar/community.sitejet.io/andre/32/3459_2.png) [@Andre](https://community.sitejet.io/u/Andre)
#### Post date: [July 29, 2022, 10:07am UTC](https://community.sitejet.io/t/my-url-filters-arent-working/1085/7 "2022-07-29T10:07:50Z")

</div>


