Skip to content

Commit a6c14d7

Browse files
committed
Rewrite changeset for merchant audience
1 parent 8657624 commit a6c14d7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.changeset/collection-search-filtering-sorting.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
"@shopify/create-hydrogen": patch
55
---
66

7-
Add collection and search filtering & sorting to skeleton template
7+
Add collection and search filtering & sorting to the skeleton template
88

9-
- **Collection filtering**: Collections now support product filters (list, swatch, and price range) via URL parameters using the Storefront API's `ProductFilter` input. Filters are rendered with a new `CollectionFilters` component and managed through `productFilters` utility functions.
10-
- **Collection sorting**: Collections now support sorting via a `CollectionSort` dropdown component. Sort options include Featured, Price, Best Selling, Alphabetical, and Date.
11-
- **Search filtering & sorting**: The search page now returns and renders product filters and supports sort options (Relevance, Price).
12-
- **Bug fix**: Fixed article search result URLs from `/blogs/{articleHandle}` to `/blogs/{blogHandle}/{articleHandle}`.
13-
- **New files**: `CollectionFilters`, `CollectionSort`, `PriceRangeFilter` components and `productFilters`, `productSort` utility libraries.
9+
- **Collection filtering**: Collection pages now display product filters (list, color/image swatches, and price range) that your customers can use to narrow results. Filters are driven by the options you configure in the Shopify admin under **Online Store → Navigation → Collection and search filters**.
10+
- **Collection sorting**: A sort dropdown is now available on collection pages with options for Featured, Price, Best Selling, Alphabetical, and Date.
11+
- **Search sorting & filtering**: The search results page now supports the same product filters and sort options (Relevance, Price).
12+
- **Bug fix**: Article links in search results now navigate to the correct URL.

0 commit comments

Comments
 (0)