I have a database with orders, I want to search for data = {"user": "Bob"} and return all documents with data.
data = {"user": "Bob"}
data
I tried d