I have pulled a list of entities from my datastore in app engine. Each entity in the list has a "name" attribute. Is there a quick way to search the list of entities for a specific name?
As opposed to iterating through each one and checking the name attribute
Thanks!
dborndb? are names unique or are you searching for all entities with that name? – aschmid00 Sep 13 '12 at 17:22