<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font size="-1">When I run 'pulp-admin rpm repo search --fields
      notes.A' , I get the following error:<br>
      Invalid properties: ['Field: <notes.A> does not exist on
      objects in the <repos> collection']<br>
      <br>
      I'm sure that the attribute A exists in notes dict.<br>
      This is confirmed by a find() command with the same query in the
      mongo shell:<br>
      <br>
      $ use pulp_database<br>
      $ db.repos.find({}, {'notes.A': 1})<br>
      <br>
      This pulp-admin command works with pulp/pulp-admin 2.5.3 and
      MongoDB 2.4.9 installed on RHEL 6.5.<br>
      <br>
      I see similar behavior using Pulp API.<br>
      <br>
      Anyone has seen this before? It may be a bug?<br>
      <br>
      <br>
      Regards,<br>
      Alan Evangelista<br>
      <br>
    </font>
  </body>
</html>