Why are products not showing on page 2 of my collections?

Topic summary

Issue: In a test Shopify store, an automatic collection intended to include products tagged with “9281” showed 933 items, but navigating to page 2 returned “No products found.” Similar behavior occurred in other collections (e.g., targeting “9282”).

Troubleshooting suggestions: Verify the collection URL only includes the handle and ?page=2. Create a smaller test collection (~60 products) to confirm pagination works. If products were recently imported, wait for front-end synchronization. Share a public URL if further diagnosis is needed.

Resolution: The mismatch was caused by collection rules using Tags with an implied “starts with” logic, which Tags do not support. Switching the condition to use product Titles and adjusting the pattern (e.g., matching 928-#) corrected the rules, and pagination worked as expected.

Outcome: Resolved by the original poster. No platform bug identified; the issue was due to rule configuration. Screenshots were provided to show settings, but the key fix was changing from Tag-based to Title-based rules.

Summarized with AI on January 23. AI used: gpt-5.

I am setting up a test store..learning on the go..a long ways before going live.

Store product Tags I want to create a category for:
Anything that has “9281” go into collection “(100) Engine”

I have 933 products that match this, here is the Category config:

(Looks good)

Here is the Category in the store:

It says 933 products, awesome!
But when I click into ‘Page 2’ out of 93 at the bottom of the screen, I get:

“No products found
Use fewer filters or remove all”

??? Why?

I then have a Category setup to show anything with “9282”, it is configured the exact same way.

But nothing shows up in there or ANY other category defined.

Here are the Configs for everything else:

And where these are at:
(Im at attachment limit, but Catalog is in the header menu)

Make sure the only thing in the url is the collection handle page and the parameter ?page=2.

Also try making another collection with ~60 products in it and testing that you can reach page 2 of that collection.

If you just imported a lot of products try waiting a bit then trying again for the frontend to update with the backends collections/products.

Beyond that you’d need to provide a publicly available URL for others to view the store to try and give any sort of help for something like this.

Good hunting.

I resolved it, I swiped through the filters a bit fast…

Using Tags you cannot do “starts with”, I had to move to Titles, and adjust to 928-#

It’s not where my final categories solution will be, but..some time at the smoker, and came back it the solution was right there…duh.