If you have a object that has a property that contains a list of strings values, then I believe you can simply do an "equals" query on the value and it will return all objects that contain that value in the list. I can't find a reference right away, but I'm pretty sure I read that somewhere--give it a try.
Vince On Sat, Dec 12, 2009 at 3:41 AM, Rainer <[email protected]> wrote: > > > About the tags: It's not only about tags in a set of blog post, but > it's for all types of objects having an attribute list of child > objects (even if these child objects are simple strings). > In my own situation, I have a parent object which has about 80.000 > inserts in the datastore. This specific object has a 'tag' attribute > list property, and I definitely need to do a query like 'Give me all > parent objects which have a the value 'ColdFusion' in their 'tag' > attribute list property'. From the above posts, I still don't > understand how I should do this. Can anybody explain me, maybe in CF > code, how I could realize such a query?? > > -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
