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
These queries a little more complex but they allow us to rely on the
database to perform the filter and check for all the redirect in a
single query than fetching all the instances of the Redirect objects
and iterating over them.
This will perform only one query to the DB and the result will be the
redirect we need to apply or no redirects at all.
0 commit comments