Hi all, I’m attempting to redirect from some legacy routes to a new routing scheme and having some trouble. Each system uses query strings, but the previous system used an ID based system while the new one is using slugs and a namespaced route. Here’s a few examples from my _redirects
file:
/?topic=er /roster?category=all
/?cat=1000 /roster?category=Instrumentalists%20%26%20Ensembles
/?cat=1010 /roster?category=Vocalists
/?cat=1020 /roster?category=Conductors
Is this possible through Netlify redirects? I’m not seeing this functional on my deploy preview, at least. I’d welcome any direction or input here. Thanks!