Hello,
I learn n1ql and sometimes I see this
NEST reviews ON (META(reviews).id IN product.reviewList)
then I see this:
NEST reviews ON (META(reviews).id = product.reviewList)
I tested out and both works but which should I use ? What you prefer ?