I have a button that is performing a get to my page and adding a filter to the query string. My code applies that filter to the grid...but the user can remove/edit that fil
Don't use a module for doing something like that:
res.redirect( req.originalUrl.split("?").shift() );