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
Thanks a lot to @fletchtj and this issue #131.
I modified my code a bit, and its works!
With auth function - returns only owners posts, and client filtering is work nice.
I've also noticed, that it does not work if you don't specify which fields you want to fetch. You can do it with the auth function, or you can specify fields: { "username": 1, "emais.0.address": 1 } in you inital page definition. Without it, the code is going to generate a query with {fields: {} } resulting in an (almost) empty result.
My code:
/lib/conf/pages.js
/client/app/home.js
What am I doing wrong?
Thanks.
The text was updated successfully, but these errors were encountered: