Hi Team,
My code :
List<String> cells;
return ofy().load().type(User.class).filter("geocells in",
cells).limit(50).list();
Error
[e~taxidealsnl/standard-project:dev.426523627618302404].<stdout>:
2020-05-08 11:48:52.783 INFO 1 --- [Request0C1E463F]
c.l.m.c.ExceptionHandlerController : Error ==The Cloud Datastore SDK
does not currently support 'IN' filters
Could you pls alterrnative solution for above code.
it is complicated
I have 100K records, i cant scan whole DB for it...........
https://cloud.google.com/appengine/docs/standard/python/ndb/queries#neq_and_in
Thx.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/4f6e0d96-e293-490e-83a7-c35c3747dd45%40googlegroups.com.