kingsfan Posted July 23, 2011 Report Share Posted July 23, 2011 Hi, I am curious what the best query for this scenario is: Catalog has images with People (xmp:PersonInImage) tags A, B, C and D. There are images in the catalog that conatin A, B, C and D, some that contain A and B only, some that contain B and C only, A and D only, etc; and some that may contain A, B, C but not D, etc. Think of a family gathering where various combinations of people are in the photos. I want to create a query that returns images that contain Persons A and C but not B and not D. So how would I query that catalog for photos that contain only A and C and nobody else? Thanks. Quote Link to comment Share on other sites More sharing options...
Murat Posted July 25, 2011 Report Share Posted July 25, 2011 Unfortunately the only possible solution in your case is enumerating all the query members: A and B and NOT© and NOT(D) and NOT(E)... Quote Link to comment Share on other sites More sharing options...
kingsfan Posted July 27, 2011 Author Report Share Posted July 27, 2011 That's really unfortunate.It seems like the Person tag is being stored as a blob rather than descrete values. This is a limitation for me and one I hope you will re-consider in the near future. Quote Link to comment Share on other sites More sharing options...
Murat Posted July 30, 2011 Report Share Posted July 30, 2011 That's really unfortunate.It seems like the Person tag is being stored as a blob rather than descrete values. This is a limitation for me and one I hope you will re-consider in the near future. No. All the tags that you can see on the Catalog Tags panel - are discrete values, inlcuding People tag. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.