Files
shopify-template/hooks/use-shopify-search.ts
T
2026-08-08 14:21:24 -04:00

11 lines
357 B
TypeScript

// Re-exported from the server-safe catalogue module so both client components
// and Route Handlers can search the storefront.
export { searchProducts, searchSuggestions } from '@/services/shopify/catalog';
export type {
SearchSortKey,
SearchFilter,
SearchFilterValue,
SearchProductsResult,
SearchSuggestion,
} from '@/services/shopify/catalog';