You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regex support would be great, so you can do things like this:
/product1/* -> new product1 url.
Even a starts-with type regex would be helpful.
There may be also times it would be helpful to have intermediate wildcards for things like locales.
I understand this isn't feasible with the current way you are handling the query/storage of redirects in KV... but maybe it's worth looking at changing that?
Instead of Key-per-entry, you could do everything in one key and then filter it?
The text was updated successfully, but these errors were encountered:
Agreed that this should happen. I think we can support this via the work in #11, though I haven't necessarily scoped this as part of that MVP. Thanks for filing!
Regex support would be great, so you can do things like this:
/product1/* -> new product1 url.
Even a starts-with type regex would be helpful.
There may be also times it would be helpful to have intermediate wildcards for things like locales.
I understand this isn't feasible with the current way you are handling the query/storage of redirects in KV... but maybe it's worth looking at changing that?
Instead of Key-per-entry, you could do everything in one key and then filter it?
The text was updated successfully, but these errors were encountered: