Nywes / Dashboard

0 stars 0 forks source link

Can we join two collections on mongo based on a unique ID and how do we keep it the same? #17

Closed The-Law-1 closed 2 years ago

The-Law-1 commented 2 years ago

https://stackoverflow.com/questions/21971666/mongoose-unique-field

The-Law-1 commented 2 years ago

https://stackoverflow.com/questions/36805784/how-to-join-two-collections-in-mongoose/44357938

The-Law-1 commented 2 years ago

Or, use one collection and have the data be divided in two categories, users and user preferences (distinguishable via tag ?)

The-Law-1 commented 2 years ago

Solved, searching prefs based on username found with jwt