Filters hidden for collections with over 1000 products

Topic summary

Shopify hides product filters on collections exceeding a certain size, initially 1,000 products but later increased to 5,000. Users question this limitation since filtering is essential for navigating large product catalogs.

Core Issue:

  • Filters disappear when collections surpass the product threshold
  • Particularly problematic for stores with extensive inventories (card game singles, comprehensive catalogs)
  • Shopify provides no official explanation, though performance concerns are suspected

Confirmed Limit Evolution:

  • Original limit: 1,000 products
  • Current limit: 5,000 products (as of recent updates)
  • Limit applies to native Shopify filtering functionality

Workarounds Discussed:

  • Third-party filtering apps (Live Search & Smart Filter, Ultimate Search and Filter)
  • Custom development using Storefront GraphQL API
  • Shopify Flow automation to manage collection sizes
  • Breaking large collections into smaller subcategories

Community Sentiment:

  • Frustration over the “arbitrarily low” limit given modern computing capabilities
  • Concern about monthly app costs ($15+) for basic functionality
  • Some users report filters working intermittently, suggesting Shopify may be testing solutions

Status: The issue remains unresolved without third-party solutions or custom development. No official Shopify response addressing future limit removal.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

What is the rationale behind hiding filters for collections with over 1000 products?

Surely filtering is a solution for working with large collections? I currently have over 500 men’s products and over 500 woman’s products so my “all” collection doesn’t display filters.

As I add more products to my store, customers will not be able to filter in the men’s & women’s collections which would be a disaster.

Is there a workaround for this?

10 Likes

Filtering can be done in different ways between AJAX calls, tag filtering, apps, search results, etc.

Any live example or more detail about how you’ve set yours up so we can narrow down on the problem? We’d just be guessing otherwise.

I am using the dawn theme and have created the filters from metafields in the Navigation section of the Online Store sales channel.

My store is still in development so I would rather keep it hidden for now. It is not an urgent issue but will become one as I add more products to my site and the men’s and women’s collections both surpass 1000 products.

Do Shopify give any reasoning behind the limit? I couldn’t find anything, just that if you have more than 1000 products in a collection, filters are hidden.

I accept that queries on large datasets may have an impact on performance and may slow down their data layer but my view on filtering is that it is a solution for working with large datasets and 1000 records is a pretty low limit considering the technologies that are available today for working with big data.

2 Likes

Hey Jason

I have the same query. So it is possible to apply filter system when over 1000 products, it just can’t be done with the default Shopify function alone is that correct? I would like to understand it before building my store, as that would be a huge restriction in the future if it is not possible. I have the same question about filtering blog posts, is there any limitation on filtering those?

many thanks!

1 Like

Same question. If they are governing at 1000 for performance, could they have an override to allow Filters in stores with large collections.

1 Like

Same question and same issue… Any solution ?

2 Likes

I am setting up my shop and have the same issue.

I have several collections (including filtering on all products) that have over 1000 products and the filters disappear. I am filtering on Tags. Any work-arounds for this limitation? Any chance this limitation will be removed?

2 Likes

I found this App and working great with my collections that include 1000+ products.

Hope it helps.

https://apps.shopify.com/live-search?surface_detail=Live+search+%26+Smart+filter&surface_inter_position=1&surface_intra_position=1&surface_type=search

2 Likes

Any updates from Shopify about this issue?

No reply from Shopify, but I found a great app that solved the problem for
me

https://livesearch.okasconcepts.com/

All the best

<!–
/* Font Definitions /
@font-face
{font-family:“Cambria Math”;
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/
Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:“Calibri”,sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}

I must admit that I’ve come across several unusually low limits while working with Shopify over the past few months. There is this one and then there is the 1000 variant a day limit for stores with over 50,000 variants. It doesn’t instil a lot of confidence about Shopify as a market leader when they apply such arbitrarily low limits to their platform. It makes the platform appear like it might choke under heavy load. Never the less, I am going to stick with Shopify because of all the different stores I have planned, only one of them will probably ever exceed these limits, although I hope for them to increase them in the future because we are in an age where computing resources are inexpensive.

So I am solving this by writing my own custom app and making use of the storefront graph api to display, search and filter products. It’s not an ideal solution by any means but the 1000 product limitation doesn’t exist in the storefront API. I could write my own app that stores a copy of each product in a database and filter’s products using that database instead of Shopify’s, but that requires setting up and maintaining infrastructure which I personally want to avoid.

I think in the future, I may build a custom storefront using the new Hydrogen framework and host it on Shopify using their Oxygen platform when it becomes available. This will allow much more control over the storefront as it will allow front end and back end processing, instead of being limited to the front end like we are now.

2 Likes

They need this limitation so the performance of the collection pages is acceptable. If you use this app https://apps.shopify.com/ultimate-search-and-filter-1, you wont face the 1000 limitation. Numbers of tags is not limited too.

Same problem here. If I knew this up front, I would probably not have used Shopify.

5 Likes

If this was allowed for larger collections, would it affect the performance on all collections (including the smaller collections) or just the one collection that is larger than 1000?

I would hate to have to install another app just for this function on a few bigger collections.

1 Like

Hi @tmstn

I’m facing the same issue and am just about to start trying to code around it. Would you be willing to share any of your resources you found while making your app?

Thanks so much

Chris

I need it resolved too

PLEASE have you found a solution?

I have 1300 products and it is crucial to have a filter visible on my page. Has this been already resolved? I want to switch to 2.0 and I cannot because I would loose all my sales. I do not want any apps!!

Hello, Did You create app to bypass 1000 products filtering limit?

Regards

Dear @AT1 ,

It’s https://apps.shopify.com/ultimate-search-and-filter-1. It does not have the 1000 product limitation.