Repo Name: test-docker-local
Images that has to match the path: new/nginx/*
Images that never match the path: new/nginx/*dbsetup*
Search AQL:
Images that has to match the path: new/nginx/*
Images that never match the path: new/nginx/*dbsetup*
Search AQL:
items.find({"repo":{"$match":"test-docker-local"}, "$and":[{"path":{"$match":"new/nginx/*"},"path":{"$nmatch":"new/nginx/*dbsetup*"}}]})