Mongodb – Calculate Bitwise Operators Value
I have a ranks collection with a permissions field which are bitwise operators: [ { "_id": "xxxx", "name": "Rank 1", "permissions": 1 }, { "_id": "xxxxxxxxx", "name": "Rank 2", "permissions": 2 } ] Example users: [ { "_id":"1234", "ranks":[ "xxxx",…