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!