Vault API query on multi-value reference field
AnsweredHello.
I need to query for documents where the product field contains a specific value.
I'm using this in the where clause:
product__v = '00P000000000311'
In this vault, the Product field is a multi-value field.
The query returns documents where the product field contains the specified value, including documents where the Product field contains multiple values.
Is there an operator I can use to get documents where the Product field contains ONLY the specified value?
Thanks!!
0
-
Official comment
Hi Stephen,
This is not possible in VQL. You will have to perform some post-processing.
-
Thank you Isak.
0
Please sign in to leave a comment.
Comments
2 comments