You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Model->find() returns a KeyCollection which includes some "magic" to return full objects when, for example, you iterate over it. If you call the keys() method on the KeyCollection, it will just return the keys with no additional API calls.
Nice API.
Is there method similar to FindObjects implemented where it returns list of ids instead of objects?
Getting all the objects will take much longer if the list is long...
The text was updated successfully, but these errors were encountered: