Datastore filter array field

64 Views Asked by At

I have an array field on the Datastore.enter image description here

How I can filter it? Will this work?

query := datastore.NewQuery("Task").Filter("student_ids =",id)
0

There are 0 best solutions below