If I have this schema...
person = { name : String, favoriteFoods : Array }
... where the favoriteFoods array is popula
favoriteFoods
For Loopback3 all the examples given did not work for me, or as fast as using REST API anyway. But it helped me to figure out the exact answer I needed.
{"where":{"arrayAttribute":{ "all" :[String]}}}