Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

How do i search the list of articles created by that logged in user ? ( and not the rest of the articles ? ) #1669

Open
PManager1 opened this issue Dec 5, 2016 · 1 comment

Comments

@PManager1
Copy link

Basically how do i search in the mongodb the content where the username: jpca999 ?

@farhatmo
Copy link

farhatmo commented Dec 5, 2016

Hi @jpca999 ,
You can add to the mongo query your args like :
Article.find({ 'user': user._id }).sort('-created')...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants