Currently when I filter for anything, the URL stays the same (example: http://localhost:8000/admin/#/users/). This is a big drawback as I will have to specify the filters separately along with the URL that I am sharing with anyone.
What I would want is something like: http://localhost:8000/admin/#/users/?name__contains=john&id__gt=1321