mongodb データベースの私のドキュメントは以下のようなものです
{
"_id": ObjectId("545a20208e227b4c42601601"),
"polish": NumberLong(3),
"symmetry": NumberLong(1),
"certy_no": "6175554509",
"certy_name": "541bfa1d3d1784380600002f",
"desc": "Fancy Intense Yellow",
"intensity": NumberLong(6),
"price": NumberLong(4000),
"weight": 1.04,
}
今、 「価格 * 重量 > 2000」のようにクエリしたい
jenssegersのlaravelでこれがどのように可能になるか。
ありがとう --ND