SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js
https://adminjs.co
MIT License
8.15k stars 659 forks source link

[Bug]: How to OR Conditional Combination Query #1684

Open tercel opened 1 month ago

tercel commented 1 month ago

Contact Details

No response

What happened?

The database is mongodb I need to query the order collection for records that meet the condition buyer=‘uid’ or seller=‘uid’, how do I accomplish this?

Bug prevalence

many

AdminJS dependencies version

the latest version

What browsers do you see the problem on?

No response

Relevant log output

No response

Relevant code that's giving you issues

No response