Redirect query parameter not working

Below are my redirect which I have written in _redirect but its not working as expected

/search.asp?searchterm=quiz&searchcoll=All  /search?searchterm=quiz 301
/search.asp?searchterm=quiz&collections=Features  /search?searchterm=quiz 301

Search is not redirected.

Is there anything missed out

The way you’ve specified the query parameters doesn’t match the Netlify documentation:
https://docs.netlify.com/routing/redirects/redirect-options/#query-parameters

1 Like