Description of problem: This command will not print anything: $ pulp-admin rpm repo content errata --repo-id rhel-6-server --match Type=security --fields pkglist Neither will this command: pulp-admin rpm repo content errata --repo-id=rhel-6-server --fields=pkglist --filters='{"issued": {"$gte": "2014-01-01"},"type": "security"}' However, this command will print the pkglist: pulp-admin rpm repo content errata --repo-id rhel-6-server --erratum-id RHSA-2014:1075 --fields pkglist Both commands should print the pkglist. Version-Release number of selected component (if applicable): 2.4.0-1 How reproducible: Every time. Steps to Reproduce: 1. Sync the rhel-6-server repository. 2. Run pulp-admin rpm repo content errata --repo-id rhel-6-server --match Type=security --fields pkglist 3. Also run pulp-admin rpm repo content errata --repo-id=rhel-6-server --fields=pkglist --filters='{"issued": {"$gte": "2014-01-01"},"type": "security"}' Actual results: Observe that these commands do not print the pkglist. Expected results: The pkglists should be printed for each errata that match a query.
Moved to https://pulp.plan.io/issues/524