[[redirects]]
from = "/search"
to = "/.netlify/functions/search"
status = 200
force = true
headers = { X-From = "Netlify" }
X-From header appears in request (to a Netlify Function) in development using netlify dev
but not in production. Any ideas?