Search code examples
google-app-enginegoogle-cloud-datastore

How to filter users by email in Google App Engine?


I tried User(email = email) and User.all().filter('email = ', email).get(), but both of them don't work for me.

Thanks


Solution

  • The right answer is User(email).