uicrooks / shopify-foundation-theme

Modern Shopify theme using Shopify Theme Lab, Liquid, Vue and Tailwind CSS 🎨
https://uicrooks.github.io/shopify-theme-lab-docs
MIT License
292 stars 104 forks source link

fix search count on search results page #43

Closed ccanete closed 3 years ago

ccanete commented 3 years ago

On the search results page, the results count is based on search.results.size. search.results is paginated and is maxed at 16. Using search.results_count (see: https://shopify.dev/api/liquid/objects/search#search-results_count) fix that issue.