Docker images --filter by Repository should be supported

Title pretty much says it all. We should be able to --filter by the repository name

docker images --filter "respository=testapp* should return all the images which start with testapp.
docker ps -a --filter "name=testapp* works.