My old site used SKUs in the product page urls, so the url of a product was mydomain.com/store?product=SKU123.
On Shopify the product pages are identified by their handles, but SKUs can be found by searching.
Is there any way to program a bulk/wildcard redirect in shopify so any url with the form mydomain.com/store?product=skuvariable is forwarded to mydomain.com/search?q=skuvariable ?
Or do i have to hardcode each sku, making thousands of redirect lines?