Closed ccanete closed 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.
search.results.size
search.results
search.results_count
On the search results page, the results count is based on
search.results.size
.search.results
is paginated and is maxed at 16. Usingsearch.results_count
(see: https://shopify.dev/api/liquid/objects/search#search-results_count) fix that issue.